SetLocale
Description:
1C:Enterprise calls this method to set add-in locale by locale code. The add-in can configure its environment to ensure correct data presentation.
Syntax:
void SetLocale(const WCHAR_T* wsLocale);
Parameters:
wsLocale
Type: const WCHAR_T*. Locale string in the following format: <language>_<REGION>. Examples: en_US for Linux; en_US for Windows.
Return value:
None.
Next page: 1C:Enterprise interface