开发者

How to enter Text other than english and process the entered text

I have a doubt is it possible to give text other than English in my latest project I need to support Hindi ,Tamil and French so if user selects language as Hindi or Tamil or French so what ever value the user is giving in the textbox it must开发者_运维问答 be displayed in the corresponding language selected . My Programming environment is vc++


Look into the String.Globalization classes.

The short answer is that yes it is possible, but you'll need to provide a RESOURCE for every supported language for basically everything (labels, tooltips, and even the values and regexes within the code that will be used to process the entered data).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜