G
Guest
Hello All
I want a form name to be changed depending upon the cultureInfo. Whenever one creates a form, its corresponding Form1.resx file is created. I created a file named Form1.fr-FR.resx, and added the string resource for form name. The application compiles fine, but even if I change the Thread.CurrentThread.CulturInfo property to fr-FR, the string is not taken from the new file.
Is anything I'm missing
Thanx
Mahesh.
I want a form name to be changed depending upon the cultureInfo. Whenever one creates a form, its corresponding Form1.resx file is created. I created a file named Form1.fr-FR.resx, and added the string resource for form name. The application compiles fine, but even if I change the Thread.CurrentThread.CulturInfo property to fr-FR, the string is not taken from the new file.
Is anything I'm missing
Thanx
Mahesh.