Click here to Skip to main content
15,917,456 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Use of Localization for multiple language support Pin
sanpune14-May-08 21:57
sanpune14-May-08 21:57 
AnswerRe: Use of Localization for multiple language support Pin
darkelv14-May-08 1:37
darkelv14-May-08 1:37 
In the form property there should be a property called "Localizable" (IIRC). Set the property to true and change the Language property to whichever language that you target, then start to fill in the label with appropriate text in that language. It will generate different resource files for each language. Be aware that the location of the controls will be "localized" together with the text, though.

You will have to set the thread's culture info to Italian, for instance, during application startup, and you may not switch the cultureinfo after you have set it (Not sure if this still the case in .NET 2.0+).

You may need to do some extra work for localization still, for instance datagridview's header text, or message box text.

Localization Walk Thru[^]

I don't use this method for localization, though Laugh | :laugh:
QuestionProblem in loading of Form Pin
Member 384581512-May-08 0:20
Member 384581512-May-08 0:20 
AnswerRe: Problem in loading of Form Pin
Christian Graus12-May-08 21:18
protectorChristian Graus12-May-08 21:18 
Questionhelp generating exe from other exe Pin
alex7869-May-08 4:55
alex7869-May-08 4:55 
AnswerRe: help generating exe from other exe Pin
Giorgi Dalakishvili9-May-08 5:26
mentorGiorgi Dalakishvili9-May-08 5:26 
GeneralRe: help generating exe from other exe Pin
alex7869-May-08 6:51
alex7869-May-08 6:51 
GeneralRe: help generating exe from other exe Pin
Giorgi Dalakishvili9-May-08 7:17
mentorGiorgi Dalakishvili9-May-08 7:17 
QuestionCrystal report view print butto click event Pin
AbhijeetB8-May-08 21:04
AbhijeetB8-May-08 21:04 
QuestionHow to send files with large size through sockets using network streams ? Pin
tamour8-May-08 17:48
tamour8-May-08 17:48 
AnswerRe: How to send files with large size through sockets using network streams ? Pin
Zoltan Balazs8-May-08 23:50
Zoltan Balazs8-May-08 23:50 
GeneralRe: How to send files with large size through sockets using network streams ? Pin
tamour9-May-08 0:58
tamour9-May-08 0:58 
Questionhow to write code for backup in windows application Pin
srinivassam7-May-08 18:42
srinivassam7-May-08 18:42 
AnswerRe: how to write code for backup in windows application Pin
John Ad7-May-08 20:26
John Ad7-May-08 20:26 
AnswerRe: how to write code for backup in windows application PinPopular
Brady Kelly7-May-08 23:11
Brady Kelly7-May-08 23:11 
GeneralRe: how to write code for backup in windows application Pin
Christian Graus8-May-08 1:21
protectorChristian Graus8-May-08 1:21 
GeneralRe: how to write code for backup in windows application Pin
Brady Kelly8-May-08 1:51
Brady Kelly8-May-08 1:51 
GeneralRe: how to write code for backup in windows application Pin
Mycroft Holmes8-May-08 23:28
professionalMycroft Holmes8-May-08 23:28 
GeneralRe: how to write code for backup in windows application Pin
Christian Graus9-May-08 1:04
protectorChristian Graus9-May-08 1:04 
Questionerror compiling dll Pin
alex7867-May-08 3:48
alex7867-May-08 3:48 
AnswerRe: error compiling dll Pin
Christian Graus7-May-08 12:13
protectorChristian Graus7-May-08 12:13 
QuestionHow to change the column alignment in Preview of grid Pin
Revathij6-May-08 23:44
Revathij6-May-08 23:44 
QuestionError in VC++ generated code Pin
Khalaris6-May-08 2:11
Khalaris6-May-08 2:11 
AnswerRe: Error in VC++ generated code Pin
Khalaris7-May-08 22:00
Khalaris7-May-08 22:00 
QuestionAdd new property to Standard controls Pin
Ralph_ai2x5-May-08 15:55
Ralph_ai2x5-May-08 15:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.