Document wxLocaleInitFlags
Closes https://github.com/wxWidgets/wxWidgets/pull/1216
This commit is contained in:
parent
47c5eacc93
commit
cdb7241995
@ -214,6 +214,12 @@ enum wxLocaleInfo
|
||||
|
||||
@see @ref overview_i18n, @ref page_samples_internat, wxXLocale, wxTranslations
|
||||
*/
|
||||
enum wxLocaleInitFlags
|
||||
{
|
||||
wxLOCALE_DONT_LOAD_DEFAULT = 0x0000, ///< Don't load wxstd.mo catalog.
|
||||
wxLOCALE_LOAD_DEFAULT = 0x0001 ///< Load wxstd.mo (done by default).
|
||||
};
|
||||
|
||||
class wxLocale
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user