Help with regional settings in VB.net

  • Thread starter Thread starter my_melody83
  • Start date Start date
M

my_melody83

Hi..

Can someone help me with the regional settings??
For example: a Label, i set the Text to "Hello"... I want to ma
ke it in such a way that if i change the language settings to France,
the label's text will auto change to "Hello in France".. Can anyone
tell me where and how do i save the setting for this at matter??? ..
i'll be gladly thankful..

thankz
 
Hi MyMelody,

When you look at your formproperties you see a property "Language" when you
push on that you can choose the language. It set all things you are doing at
that moment is the "RESX" file from that language. To change that, you have
to change that setting in your Form property language all the time.

http://msdn.microsoft.com/library/d.../vxoriglobalizationlocalizationnamespaces.asp

When you look on msdn search for globalization with languages you get only
program languages.

I hope this helps,

Cor
 
Back
Top