简体   繁体   English

基于英文键盘的文化名称,我如何在 c# 中键入其他语言

[英]Based on culture name from english keyboard how can i type other language in c#

In C# web application, I have a drop down with culture names and a text box, now based on culture name from drop down i want to enter text in text box in that language only,在 C# web 应用程序中,我有一个带有文化名称和文本框的下拉菜单,现在基于下拉菜单中的文化名称,我只想在文本框中输入该语言的文本,

suppose from drop down culture name is selected "de-DE" so when i enter value in text box the value will be in dutch language, But it won't effect the whole application.假设从下拉文化名称中选择“de-DE”,因此当我在文本框中输入值时,该值将使用荷兰语,但不会影响整个应用程序。

Please give some idea how can i work on it.请给出一些想法,我该如何处理它。

This might give you the idea of localization .这可能会给你本地化的想法。

This one for the.Net 4.0 help .这一篇对于.Net 4.0的帮助

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在C#中将键盘语言从英语更改为其他语言时,如何以编程方式比较零 - How to compare number zero programmatically when the keyboard language is changed from english to other language in C# 我如何获得用户键入的非英语语言中的特殊单词的单词,包括c#,javascript - How i can get the word who user type for a special word in non-english language in any language even c# , javascript 当我从 URL 读取 PDF 时,它正确显示英文数据,但其他语言文本在 C# 中不正确 - When I read PDF from URL it shows English data correctly but other language text is not Properly in C# C#-如何从语言代码中获取语言名称? - C# - How can I get the language name from the language code? C# WinForm 应用程序在切换键盘语言时崩溃(文化 ID XXXX (0xYYYY) 不是支持的文化)? - C# WinForm application crashing (Culture ID XXXX (0xYYYY) is not a supported culture) when switching keyboard language? 如何从给定的语言名称中获取语言文化? - How to get language culture from given language name? 日语文化在英语OS中的C#应用​​程序中 - Japanese culture in C# application in English OS 在C#中使用英语以外的默认UI语言是否可以? - Is it ok to use a default UI language other than English in C#? 除英语外的C#WritePrivateProfileString()值 - C# WritePrivateProfileString() value other than English language 如何从C#中的希伯来日历中获取英文月份名称 - How To Get English Month Name From Hebrew Calendar In C#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM