- Combination of the following:
-
-
- wxLOCALE_LOAD_DEFAULT
-
-
- Load the message catalog
- for the given locale containing the translations of standard wxWidgets messages
- automatically.
-
- wxLOCALE_CONV_ENCODING
-
-
- Automatically convert message
- catalogs to platform's default encoding. Note that it will do only basic
- conversion between well-known pair like iso8859-1 and windows-1252 or
- iso8859-2 and windows-1250. See Writing non-English applications for detailed
- description of this behaviour. Note that this flag is meaningless in Unicode
- build.
-
+ Combination of the following:
+
+
+
+
+
+
+
+ wxLOCALE_LOAD_DEFAULT
+
+
+
+
+ Load the message catalog
+ for the given locale containing the translations of standard wxWidgets
+ messages
+ automatically.
+
+
+
+
+
+ wxLOCALE_CONV_ENCODING
+
+
+
+
+ Automatically convert message
+ catalogs to platform's default encoding. Note that it will do only basic
+ conversion between well-known pair like iso8859-1 and windows-1252 or
+ iso8859-2 and windows-1250. See Writing non-English applications for
+ detailed
+ description of this behaviour. Note that this flag is meaningless in
+ Unicode build.