Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Multi Language form design.
 

Multi Language form design.

Hello,

I am developing a Multi Language Application.

for this how can I design the forms because.

Layout overlaps when Language changes.

for example.

I have two labes lblContactus and lblEmail so in English I designed as below.

Contact us : info@test.com


in french becomes follwing as below

Nous contacter : info@test.com


so in French length of "Nous contacter :" becomes larger then "Contact us"
so it overlaps on email info@test.com

so how can I set the lblEmail in such a way that it alwas keep aligned with lblContatUs.

Regards,
japan shah





shahjapan  Monday, October 08, 2007 6:37 AM

Just drag a FlowLayoutPanel from the ToolBox onto your form, put the Labels in it, then they would adjust their location automatically based on their content...

Zhi-Xin Ye  Thursday, October 11, 2007 8:23 AM

Just drag a FlowLayoutPanel from the ToolBox onto your form, put the Labels in it, then they would adjust their location automatically based on their content...

Zhi-Xin Ye  Thursday, October 11, 2007 8:23 AM

You can use google to search for other answers

Custom Search

More Threads

• setting tab Appearance to bottun
• How do I add an item to my designer's toolbox?
• Auto Generated Columns
• Binding data from a database to a DGV combo box.
• DynamicProperties
• 64 bit debugger vb.net2005 beta 2
• How can I create images with transparent backgrounds for the toolbar?
• Ressources embedded problem with a compilation on the fly
• ListBox - iterating through selected items
• Stylesheet in WinForm