简体   繁体   中英

How to check if Regional Languages are installed on windows OS

My software depends on the Indic script: 'Regional and 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?

区域和语言选项

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) )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM