Classes | |
class | wxUILocale |
Query and modify locale used for the UI by the current platform. More... | |
class | wxLocaleIdent |
Represents a locale in a portable way. More... | |
Enumerations | |
enum | { wxCompare_CaseSensitive = 0 , wxCompare_CaseInsensitive = 1 } |
Flags for wxUILocale::CompareStrings() function. More... | |
Functions | |
wxString | wxGetUIDateFormat () |
Return the format to use for formatting user-visible dates. More... | |
anonymous enum |
Flags for wxUILocale::CompareStrings() function.
wxString wxGetUIDateFormat | ( | ) |
Return the format to use for formatting user-visible dates.
This is a simple wrapper function normally calling wxUILocale::GetInfo() with wxLOCALE_SHORT_DATE_FMT argument, but which is also available when wxUSE_INTL==0
, i.e. support for internationalization is disabled at compile-time, in which case it returns x
string, i.e. uses the current C locale formatting rather than UI locale.