开发者

Silverlight displaying asia language?

开发者 https://www.devze.com 2023-01-17 11:17 出处:网络
My application require 2 different asia language support: Chinese and Tamil. It should be able to cater for change without compiling, something like java\'s resource bundle.

My application require 2 different asia language support: Chinese and Tamil.

It should be able to cater for change without compiling, something like java's resource bundle. In this case, if I input unicode on a external file and get silverlight to read as string, will silverlight be able to parse it correctly?

Or I can use the chinese/ tamil characte开发者_JAVA百科rs directly in the external file, but I'm not sure how to retrieve these characters in code.

Anyway these language will be shown on the same screen, so I don't think localization will help.


Just place the content in Xml (probably Xaml Resource dictionary) using the default UTF-8 encoding.

0

精彩评论

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