Language codes are in the form "en-US“,”de-DE” or “sl-SI” for English US, German and slovakian respectively. Whether there is any #define s present in PLATFORM SDK 6.1 for language codes. Its better if i got these values instead of using Hard coded strings in my program. Can anyone help me regarding this. Its better if i get the header file name to include.
Thanks
Santhosh
Language codes are in the form en-US , de-DE or sl-SI for English US
Share
There are no # defines present for language codes. We can use the function LocaleNameToLCID() to get the language ID for given language code.
Thanks all for help!!