本文介绍了将形式文化改为阿拉伯语(科威特)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,



我正在使用vb.net 2012.我需要更改所有控件文本和标题应更改为阿拉伯语(科威特)语言。当我要登录所有控件文本应显示阿拉伯语如果我将选择阿拉伯语语言选项。我使用BindingNavigator,Ribbon控件,菜单和通用控件在我的项目。



Thread.CurrentThread.CurrentUICulture =新的CultureInfo( AR-KW)



i也使用这个编码,但我需要在表单初始化之前放置,但我需要在选择语言选项后更改文化并单击登录。



的任何一个请帮助我

解决方案
我在我的项目中使用希伯来语没有定义主题


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

解决方案


这篇关于将形式文化改为阿拉伯语(科威特)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 15:29