iTixRuntime::GetUserLangID
Returns the LANGID (a 16-bit identifier) of the current user locale. This is the locale that Windows uses for any regional options for the currently logged in user.
Tip: This value is also available in the UserLanguageID variable.
WORD GetUserLangID(void);
Parameters
none
Return value
16-bit language identifier as per the Win32 LANGID conventions.