开发者

How to check if Regional Languages are installed on windows OS

开发者 https://www.devze.com 2023-03-10 20:50 出处:网络
My software depends on the Indic script : \'Regional a开发者_StackOverflownd Language Options\' in control panel (Unicode support) to be installed on windows pc

My software depends on the Indic script : 'Regional a开发者_StackOverflownd Language Options' in control panel (Unicode support) to be installed on windows pc

Using C# How do I check if the unicode is installed on the pc?

How to check if Regional Languages are installed on windows OS


You can use IsValidLocale with the locale ID that you want.

And you can build the locale using MAKELCID and the language codes in WinNT.h (for instance 0x439 is Hindi, MAKELCID(LANG_HINDI,SUBLANG_DEFAULT))

0

精彩评论

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