OMNI_BASE_LOCALE
MACRO

OMNI_BASE_LOCALE - Defines the underlying locale to utilize.

SYNOPSIS top

Defines which system locale to utilize throughout the application; default of "".

DESCRIPTION top

If OMNI_NO_BASE_SETLOCALE is not defined, then the setlocale function is called with a category of LC_ALL and an empty locale. If you wish to specify which category and locale to utilize, you can define OMNI_BASE_LOCALE_CATEGORY and OMNI_BASE_LOCALE.

CONSIDERATIONS top

No special considerations.

PLATFORM SPECIFIC top

No platform specific notes.

NOTES top

None.