Globalization not working to me!

Mar 25 2006 12:21 AM
Hi friends,

For my form control , I setted the Language property to some ARABIC...and setted the Localizable property to true.The respective resource file got generated.
I have a button control on that form(Text as Hello World).

And called the below function before InitializeComponent() function.

Thread.CurrentThread.CurrentUICulture = new CultureInfo("ar-BH");


But still not coming...Is there anything extra to do...or any extra files needed......

regards,

Answers (2)