Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,

I am using vb.net 2012. I need to change all controls text and caption should be change to arabic(Kuwait) language. while i am going login all controls text should be display in arabic if i will select arabic in language option. i using BindingNavigator, Ribbon controls, menu and common controls in my project.

Thread.CurrentThread.CurrentUICulture = New CultureInfo("ar-KW")

i also using this coding but i will need to put before the form will initialize but i need to change culture after selecting language option and click login.

Any one pls help me
Posted
Comments
TnTinMn 13-Nov-13 14:42pm    
Have you defined the "ar-KW" resource file? Have you written the code to apply the resource file?

1 solution

I'm using Hebrew in my project without defining Thread.CurrentThread.CurrentUICulture
and everyting is working good.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900