Dynamic Windows Function [dwib_locale_set]
Syntax
int dwib_locale_set(char * loc)
Parameters
char * loc: String locale identifier, such as "en_US"
Returns
int DW_ERROR_NONE if locale was found and selected, or DW_ERROR_GENERAL.
Description
Update the locale used when identifying locating strings during creation.
Remarks
This is part of the Dynamic Windows Interface Builder Library. This is a pre-release API subject to change.