Click here to Skip to main content
15,902,447 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Consuming corel dll in .net Pin
raja baireddy14-May-08 18:32
raja baireddy14-May-08 18:32 
QuestionUse of Localization for multiple language support Pin
sanpune13-May-08 22:53
sanpune13-May-08 22:53 
AnswerRe: Use of Localization for multiple language support Pin
Christian Graus13-May-08 22:58
protectorChristian Graus13-May-08 22:58 
GeneralRe: Use of Localization for multiple language support Pin
sanpune13-May-08 23:29
sanpune13-May-08 23:29 
GeneralRe: Use of Localization for multiple language support Pin
Christian Graus13-May-08 23:59
protectorChristian Graus13-May-08 23:59 
GeneralRe: Use of Localization for multiple language support Pin
sanpune14-May-08 0:17
sanpune14-May-08 0:17 
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 

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.