问题描述
我有一本关于英语-越南语的字典.但是我遇到了一个问题:
I have got a dictionary about english-vietnamese. But i have got one problem following:
我无法显示越南语对英语的定义.任何人都可以帮助我.
I can not to show definition of english to vietnamese language. Any one help me. I thanks a lot.
推荐答案
我不确定您想要的是什么,但是通过这种方式您可以设置文化语言,只需将ar-lb更改为您的语言区域选项
i am not sure if that what you want but this way you can set the culture langauge just change ar-lb to your language region option
哦,很抱歉,我忘记了我的项目是适用于Windows Mobile的.net compact.添加行之后: InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new CultureInfo("ar-lb")); 我显示这样的错误:
Oh, i am so sorry i forget that my project is .net compact for window mobile. After i add row: InputLanguage.CurrentInputLanguage = InputLanguage.FromCulture(new CultureInfo("ar-lb")); I show error like that:
"InputLanguage"在当前上下文中不存在.
''InputLanguage'' does not exist in the current context.
这篇关于我需要一些帮助以表格形式显示越南语的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!