开发者

Cross platform internationalization

开发者 https://www.devze.com 2023-02-25 19:57 出处:网络
I\'m in the process of writing a cross platform c# application that will run on win/linux using .ne开发者_如何学运维t/mono.

I'm in the process of writing a cross platform c# application that will run on win/linux using .ne开发者_如何学运维t/mono. I want to internationalize the application. Should I use Mono.Unix or System.Globalization?


System.Globalization should be supported by Mono if it is part of the standard (which I think it is); Mono.Unix won't be supported by .Net, so I personally would rely on System.Globalization and maybe look at runtime referencing of Mono.Unix at a later date if it proves that you really really really need it...

0

精彩评论

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