Problem in Internationalization/Localization in VC# Form

  • Thread starter Thread starter Rajan S
  • Start date Start date
R

Rajan S

Dear Friends,

I have created French Resource file.


Thread.CurrentThread.CurrentUICulture = New CultureInfo("fr-FR")
Dim frmData As New frmDataEntry()
frmData.ShowDialog()

Or

System.Threading.Thread.CurrentThread.CurrentUICulture = New
System.Globalization.CultureInfo("fr-FR")

I used above lines to my programs but its not working....What wrong with my
code?

i set the following properties in Windows Main form

Localizable = True
Language = Default...

If anyone knows ...Please help me the above issue...

Thanks,
Rajan
 
Back
Top