开发者

How do i let the user input text in German / French for a website

开发者 https://www.devze.com 2023-01-07 16:40 出处:网络
Is there a way that I can let the end user type text in German / French in a text box for a c# a开发者_C百科sp.net website. Is there any available solution for the same,

Is there a way that I can let the end user type text in German / French in a text box for a c# a开发者_C百科sp.net website. Is there any available solution for the same,

Thank You


You really need to read this:

http://www.joelonsoftware.com/articles/Unicode.html


Are you talking about transliterating from German/French into English? If so, that doesn't make much sense. Transliteration is used to convert one system of text/writing into another, like Greek to English or German to Chinese. With French, German, and English, there is no need to transliterate because they all use the same alphabet/writing system.

Was your question more about how to add a transliteration feature a la Google and you just used French and German as an example?

0

精彩评论

暂无评论...
验证码 换一张
取 消