]> git.saurik.com Git - wxWidgets.git/blame - include/wx/intl.h
added WM_UPDATEUISTATE and related stuff
[wxWidgets.git] / include / wx / intl.h
CommitLineData
c801d85f 1/////////////////////////////////////////////////////////////////////////////
58d5dfc1 2// Name: wx/intl.h
c801d85f
KB
3// Purpose: Internationalization and localisation for wxWindows
4// Author: Vadim Zeitlin
849a28d0
VS
5// Modified by: Michael N. Filippov <michael@idisys.iae.nsk.su>
6// (2003/09/30 - plural forms support)
c801d85f
KB
7// Created: 29/01/98
8// RCS-ID: $Id$
9// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
371a5b4e 10// Licence: wxWindows licence
c801d85f
KB
11/////////////////////////////////////////////////////////////////////////////
12
dccce9ea
VZ
13#ifndef _WX_INTL_H_
14#define _WX_INTL_H_
c801d85f 15
12028905 16#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
84c18814 17 #pragma interface "intl.h"
c801d85f
KB
18#endif
19
20#include "wx/defs.h"
21#include "wx/string.h"
22
88ac883a
VZ
23#if wxUSE_INTL
24
dccce9ea
VZ
25#include "wx/fontenc.h"
26
c801d85f
KB
27// ============================================================================
28// global decls
29// ============================================================================
30
c801d85f
KB
31// ----------------------------------------------------------------------------
32// macros
33// ----------------------------------------------------------------------------
34
849a28d0 35// gettext() style macros (notice that xgettext should be invoked with
9d814be8 36// --keyword="_" --keyword="wxGetTranslation:1,2" options
849a28d0 37// to extract the strings from the sources)
687d7337 38#ifndef WXINTL_NO_GETTEXT_MACRO
ba9d03fa 39 #define _(s) wxGetTranslation(_T(s))
687d7337 40#endif
c801d85f 41
3c1866e8
VZ
42// another one which just marks the strings for extraction, but doesn't
43// perform the translation (use -kwxTRANSLATE with xgettext!)
b12915c1 44#define wxTRANSLATE(str) _T(str)
3c1866e8 45
c801d85f
KB
46// ----------------------------------------------------------------------------
47// forward decls
48// ----------------------------------------------------------------------------
ec37df57 49
bddd7a8d
VZ
50class WXDLLIMPEXP_BASE wxLocale;
51class WXDLLIMPEXP_BASE wxMsgCatalog;
52class WXDLLIMPEXP_BASE wxLanguageInfoArray;
c801d85f
KB
53
54// ============================================================================
55// locale support
56// ============================================================================
57
fda91381
VS
58// ----------------------------------------------------------------------------
59// wxLanguage: defines all supported languages
60// ----------------------------------------------------------------------------
61
41780009 62// --- --- --- generated code begins here --- --- ---
fda91381
VS
63
64// This enum is generated by misc/languages/genlang.py
65// When making changes, please put them into misc/languages/langtabl.txt
66enum wxLanguage
67{
68 // user's default/preffered language as got from OS:
58d5dfc1 69 wxLANGUAGE_DEFAULT,
fda91381 70 // unknown language, if wxLocale::GetSystemLanguage fails:
58d5dfc1
VZ
71 wxLANGUAGE_UNKNOWN,
72
fda91381
VS
73 wxLANGUAGE_ABKHAZIAN,
74 wxLANGUAGE_AFAR,
75 wxLANGUAGE_AFRIKAANS,
76 wxLANGUAGE_ALBANIAN,
77 wxLANGUAGE_AMHARIC,
78 wxLANGUAGE_ARABIC,
79 wxLANGUAGE_ARABIC_ALGERIA,
80 wxLANGUAGE_ARABIC_BAHRAIN,
81 wxLANGUAGE_ARABIC_EGYPT,
82 wxLANGUAGE_ARABIC_IRAQ,
83 wxLANGUAGE_ARABIC_JORDAN,
84 wxLANGUAGE_ARABIC_KUWAIT,
85 wxLANGUAGE_ARABIC_LEBANON,
86 wxLANGUAGE_ARABIC_LIBYA,
87 wxLANGUAGE_ARABIC_MOROCCO,
88 wxLANGUAGE_ARABIC_OMAN,
89 wxLANGUAGE_ARABIC_QATAR,
90 wxLANGUAGE_ARABIC_SAUDI_ARABIA,
91 wxLANGUAGE_ARABIC_SUDAN,
92 wxLANGUAGE_ARABIC_SYRIA,
93 wxLANGUAGE_ARABIC_TUNISIA,
94 wxLANGUAGE_ARABIC_UAE,
95 wxLANGUAGE_ARABIC_YEMEN,
96 wxLANGUAGE_ARMENIAN,
97 wxLANGUAGE_ASSAMESE,
98 wxLANGUAGE_AYMARA,
99 wxLANGUAGE_AZERI,
100 wxLANGUAGE_AZERI_CYRILLIC,
101 wxLANGUAGE_AZERI_LATIN,
102 wxLANGUAGE_BASHKIR,
103 wxLANGUAGE_BASQUE,
104 wxLANGUAGE_BELARUSIAN,
105 wxLANGUAGE_BENGALI,
106 wxLANGUAGE_BHUTANI,
107 wxLANGUAGE_BIHARI,
108 wxLANGUAGE_BISLAMA,
109 wxLANGUAGE_BRETON,
110 wxLANGUAGE_BULGARIAN,
111 wxLANGUAGE_BURMESE,
112 wxLANGUAGE_CAMBODIAN,
113 wxLANGUAGE_CATALAN,
114 wxLANGUAGE_CHINESE,
115 wxLANGUAGE_CHINESE_SIMPLIFIED,
116 wxLANGUAGE_CHINESE_TRADITIONAL,
117 wxLANGUAGE_CHINESE_HONGKONG,
118 wxLANGUAGE_CHINESE_MACAU,
119 wxLANGUAGE_CHINESE_SINGAPORE,
120 wxLANGUAGE_CHINESE_TAIWAN,
121 wxLANGUAGE_CORSICAN,
122 wxLANGUAGE_CROATIAN,
123 wxLANGUAGE_CZECH,
124 wxLANGUAGE_DANISH,
125 wxLANGUAGE_DUTCH,
126 wxLANGUAGE_DUTCH_BELGIAN,
127 wxLANGUAGE_ENGLISH,
128 wxLANGUAGE_ENGLISH_UK,
129 wxLANGUAGE_ENGLISH_US,
130 wxLANGUAGE_ENGLISH_AUSTRALIA,
131 wxLANGUAGE_ENGLISH_BELIZE,
132 wxLANGUAGE_ENGLISH_BOTSWANA,
133 wxLANGUAGE_ENGLISH_CANADA,
134 wxLANGUAGE_ENGLISH_CARIBBEAN,
135 wxLANGUAGE_ENGLISH_DENMARK,
136 wxLANGUAGE_ENGLISH_EIRE,
137 wxLANGUAGE_ENGLISH_JAMAICA,
138 wxLANGUAGE_ENGLISH_NEW_ZEALAND,
139 wxLANGUAGE_ENGLISH_PHILIPPINES,
140 wxLANGUAGE_ENGLISH_SOUTH_AFRICA,
141 wxLANGUAGE_ENGLISH_TRINIDAD,
142 wxLANGUAGE_ENGLISH_ZIMBABWE,
143 wxLANGUAGE_ESPERANTO,
144 wxLANGUAGE_ESTONIAN,
145 wxLANGUAGE_FAEROESE,
146 wxLANGUAGE_FARSI,
147 wxLANGUAGE_FIJI,
148 wxLANGUAGE_FINNISH,
149 wxLANGUAGE_FRENCH,
150 wxLANGUAGE_FRENCH_BELGIAN,
151 wxLANGUAGE_FRENCH_CANADIAN,
152 wxLANGUAGE_FRENCH_LUXEMBOURG,
153 wxLANGUAGE_FRENCH_MONACO,
154 wxLANGUAGE_FRENCH_SWISS,
155 wxLANGUAGE_FRISIAN,
156 wxLANGUAGE_GALICIAN,
157 wxLANGUAGE_GEORGIAN,
158 wxLANGUAGE_GERMAN,
159 wxLANGUAGE_GERMAN_AUSTRIAN,
160 wxLANGUAGE_GERMAN_BELGIUM,
161 wxLANGUAGE_GERMAN_LIECHTENSTEIN,
162 wxLANGUAGE_GERMAN_LUXEMBOURG,
163 wxLANGUAGE_GERMAN_SWISS,
164 wxLANGUAGE_GREEK,
165 wxLANGUAGE_GREENLANDIC,
166 wxLANGUAGE_GUARANI,
167 wxLANGUAGE_GUJARATI,
168 wxLANGUAGE_HAUSA,
169 wxLANGUAGE_HEBREW,
170 wxLANGUAGE_HINDI,
171 wxLANGUAGE_HUNGARIAN,
172 wxLANGUAGE_ICELANDIC,
173 wxLANGUAGE_INDONESIAN,
174 wxLANGUAGE_INTERLINGUA,
175 wxLANGUAGE_INTERLINGUE,
176 wxLANGUAGE_INUKTITUT,
177 wxLANGUAGE_INUPIAK,
178 wxLANGUAGE_IRISH,
179 wxLANGUAGE_ITALIAN,
180 wxLANGUAGE_ITALIAN_SWISS,
181 wxLANGUAGE_JAPANESE,
182 wxLANGUAGE_JAVANESE,
183 wxLANGUAGE_KANNADA,
184 wxLANGUAGE_KASHMIRI,
185 wxLANGUAGE_KASHMIRI_INDIA,
186 wxLANGUAGE_KAZAKH,
187 wxLANGUAGE_KERNEWEK,
188 wxLANGUAGE_KINYARWANDA,
189 wxLANGUAGE_KIRGHIZ,
190 wxLANGUAGE_KIRUNDI,
191 wxLANGUAGE_KONKANI,
192 wxLANGUAGE_KOREAN,
193 wxLANGUAGE_KURDISH,
194 wxLANGUAGE_LAOTHIAN,
195 wxLANGUAGE_LATIN,
196 wxLANGUAGE_LATVIAN,
197 wxLANGUAGE_LINGALA,
198 wxLANGUAGE_LITHUANIAN,
199 wxLANGUAGE_MACEDONIAN,
200 wxLANGUAGE_MALAGASY,
201 wxLANGUAGE_MALAY,
202 wxLANGUAGE_MALAYALAM,
203 wxLANGUAGE_MALAY_BRUNEI_DARUSSALAM,
204 wxLANGUAGE_MALAY_MALAYSIA,
205 wxLANGUAGE_MALTESE,
206 wxLANGUAGE_MANIPURI,
207 wxLANGUAGE_MAORI,
208 wxLANGUAGE_MARATHI,
209 wxLANGUAGE_MOLDAVIAN,
210 wxLANGUAGE_MONGOLIAN,
211 wxLANGUAGE_NAURU,
212 wxLANGUAGE_NEPALI,
213 wxLANGUAGE_NEPALI_INDIA,
214 wxLANGUAGE_NORWEGIAN_BOKMAL,
215 wxLANGUAGE_NORWEGIAN_NYNORSK,
216 wxLANGUAGE_OCCITAN,
217 wxLANGUAGE_ORIYA,
218 wxLANGUAGE_OROMO,
219 wxLANGUAGE_PASHTO,
220 wxLANGUAGE_POLISH,
221 wxLANGUAGE_PORTUGUESE,
222 wxLANGUAGE_PORTUGUESE_BRAZILIAN,
223 wxLANGUAGE_PUNJABI,
224 wxLANGUAGE_QUECHUA,
225 wxLANGUAGE_RHAETO_ROMANCE,
226 wxLANGUAGE_ROMANIAN,
227 wxLANGUAGE_RUSSIAN,
228 wxLANGUAGE_RUSSIAN_UKRAINE,
229 wxLANGUAGE_SAMOAN,
230 wxLANGUAGE_SANGHO,
231 wxLANGUAGE_SANSKRIT,
232 wxLANGUAGE_SCOTS_GAELIC,
233 wxLANGUAGE_SERBIAN,
234 wxLANGUAGE_SERBIAN_CYRILLIC,
235 wxLANGUAGE_SERBIAN_LATIN,
236 wxLANGUAGE_SERBO_CROATIAN,
237 wxLANGUAGE_SESOTHO,
238 wxLANGUAGE_SETSWANA,
239 wxLANGUAGE_SHONA,
240 wxLANGUAGE_SINDHI,
241 wxLANGUAGE_SINHALESE,
242 wxLANGUAGE_SISWATI,
243 wxLANGUAGE_SLOVAK,
244 wxLANGUAGE_SLOVENIAN,
245 wxLANGUAGE_SOMALI,
246 wxLANGUAGE_SPANISH,
247 wxLANGUAGE_SPANISH_ARGENTINA,
248 wxLANGUAGE_SPANISH_BOLIVIA,
249 wxLANGUAGE_SPANISH_CHILE,
250 wxLANGUAGE_SPANISH_COLOMBIA,
251 wxLANGUAGE_SPANISH_COSTA_RICA,
252 wxLANGUAGE_SPANISH_DOMINICAN_REPUBLIC,
253 wxLANGUAGE_SPANISH_ECUADOR,
254 wxLANGUAGE_SPANISH_EL_SALVADOR,
255 wxLANGUAGE_SPANISH_GUATEMALA,
256 wxLANGUAGE_SPANISH_HONDURAS,
257 wxLANGUAGE_SPANISH_MEXICAN,
258 wxLANGUAGE_SPANISH_MODERN,
259 wxLANGUAGE_SPANISH_NICARAGUA,
260 wxLANGUAGE_SPANISH_PANAMA,
261 wxLANGUAGE_SPANISH_PARAGUAY,
262 wxLANGUAGE_SPANISH_PERU,
263 wxLANGUAGE_SPANISH_PUERTO_RICO,
264 wxLANGUAGE_SPANISH_URUGUAY,
265 wxLANGUAGE_SPANISH_US,
266 wxLANGUAGE_SPANISH_VENEZUELA,
267 wxLANGUAGE_SUNDANESE,
268 wxLANGUAGE_SWAHILI,
269 wxLANGUAGE_SWEDISH,
270 wxLANGUAGE_SWEDISH_FINLAND,
271 wxLANGUAGE_TAGALOG,
272 wxLANGUAGE_TAJIK,
273 wxLANGUAGE_TAMIL,
274 wxLANGUAGE_TATAR,
275 wxLANGUAGE_TELUGU,
276 wxLANGUAGE_THAI,
277 wxLANGUAGE_TIBETAN,
278 wxLANGUAGE_TIGRINYA,
279 wxLANGUAGE_TONGA,
280 wxLANGUAGE_TSONGA,
281 wxLANGUAGE_TURKISH,
282 wxLANGUAGE_TURKMEN,
283 wxLANGUAGE_TWI,
284 wxLANGUAGE_UIGHUR,
285 wxLANGUAGE_UKRAINIAN,
286 wxLANGUAGE_URDU,
287 wxLANGUAGE_URDU_INDIA,
288 wxLANGUAGE_URDU_PAKISTAN,
289 wxLANGUAGE_UZBEK,
290 wxLANGUAGE_UZBEK_CYRILLIC,
291 wxLANGUAGE_UZBEK_LATIN,
292 wxLANGUAGE_VIETNAMESE,
293 wxLANGUAGE_VOLAPUK,
294 wxLANGUAGE_WELSH,
295 wxLANGUAGE_WOLOF,
296 wxLANGUAGE_XHOSA,
297 wxLANGUAGE_YIDDISH,
298 wxLANGUAGE_YORUBA,
299 wxLANGUAGE_ZHUANG,
300 wxLANGUAGE_ZULU,
301
302 // for custom, user-defined languages:
303 wxLANGUAGE_USER_DEFINED
304};
305
41780009
VS
306// --- --- --- generated code ends here --- --- ---
307
fda91381
VS
308// ----------------------------------------------------------------------------
309// wxLanguageInfo: encapsulates wxLanguage to OS native lang.desc.
310// translation information
311// ----------------------------------------------------------------------------
312
bddd7a8d 313struct WXDLLIMPEXP_BASE wxLanguageInfo
fda91381
VS
314{
315 int Language; // wxLanguage id
316 wxString CanonicalName; // Canonical name, e.g. fr_FR
317#ifdef __WIN32__
dccce9ea
VZ
318 wxUint32 WinLang, // Win32 language identifiers
319 WinSublang;
320#endif // __WIN32__
fda91381
VS
321 wxString Description; // human-readable name of the language
322};
323
f2a139ad
VZ
324// ----------------------------------------------------------------------------
325// wxLocaleCategory: the category of locale settings
326// ----------------------------------------------------------------------------
327
328enum wxLocaleCategory
329{
330 // (any) numbers
331 wxLOCALE_CAT_NUMBER,
332
333 // date/time
334 wxLOCALE_CAT_DATE,
335
336 // monetary value
337 wxLOCALE_CAT_MONEY,
338
339 wxLOCALE_CAT_MAX
340};
341
342// ----------------------------------------------------------------------------
343// wxLocaleInfo: the items understood by wxLocale::GetInfo()
344// ----------------------------------------------------------------------------
345
346enum wxLocaleInfo
347{
348 // the thounsands separator
349 wxLOCALE_THOUSANDS_SEP,
350
351 // the character used as decimal point
7d08179a 352 wxLOCALE_DECIMAL_POINT
f2a139ad
VZ
353
354};
355
c801d85f
KB
356// ----------------------------------------------------------------------------
357// wxLocale: encapsulates all language dependent settings, including current
84c18814 358// message catalogs, date, time and currency formats (TODO) &c
c801d85f 359// ----------------------------------------------------------------------------
fda91381
VS
360
361enum wxLocaleInitFlags
362{
363 wxLOCALE_LOAD_DEFAULT = 0x0001, // load wxwin.mo?
364 wxLOCALE_CONV_ENCODING = 0x0002 // convert encoding on the fly?
365};
366
bddd7a8d 367class WXDLLIMPEXP_BASE wxLocale
c801d85f
KB
368{
369public:
84c18814
VZ
370 // ctor & dtor
371 // -----------
372
373 // call Init() if you use this ctor
374 wxLocale();
375 // the ctor has a side effect of changing current locale
afc94fa6 376 wxLocale(const wxChar *szName, // name (for messages)
7b36d720
OK
377 const wxChar *szShort = (const wxChar *) NULL, // dir prefix (for msg files)
378 const wxChar *szLocale = (const wxChar *) NULL, // locale (for setlocale)
afc94fa6
VS
379 bool bLoadDefault = TRUE, // preload wxstd.mo?
380 bool bConvertEncoding = FALSE) // convert Win<->Unix if neccessary?
58d5dfc1
VZ
381 {
382 Init(szName, szShort, szLocale, bLoadDefault, bConvertEncoding);
fda91381
VS
383 }
384
ec37df57 385 wxLocale(int language, // wxLanguage id or custom language
fda91381
VS
386 int flags = wxLOCALE_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING)
387 { Init(language, flags); }
388
84c18814 389 // the same as a function (returns TRUE on success)
7b36d720
OK
390 bool Init(const wxChar *szName,
391 const wxChar *szShort = (const wxChar *) NULL,
392 const wxChar *szLocale = (const wxChar *) NULL,
afc94fa6
VS
393 bool bLoadDefault = TRUE,
394 bool bConvertEncoding = FALSE);
fda91381 395
ec37df57 396 // same as second ctor (returns TRUE on success)
fda91381
VS
397 bool Init(int language = wxLANGUAGE_DEFAULT,
398 int flags = wxLOCALE_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING);
ec37df57 399
84c18814
VZ
400 // restores old locale
401 ~wxLocale();
58d5dfc1 402
fda91381 403 // Try to get user's (or OS's) prefered language setting.
ec37df57 404 // Return wxLANGUAGE_UNKNOWN if language-guessing algorithm failed
41780009 405 static int GetSystemLanguage();
84c18814 406
dccce9ea
VZ
407 // get the encoding used by default for text on this system, returns
408 // wxFONTENCODING_SYSTEM if it couldn't be determined
409 static wxFontEncoding GetSystemEncoding();
410
411 // get the string describing the system encoding, return empty string if
412 // couldn't be determined
413 static wxString GetSystemEncodingName();
414
f2a139ad
VZ
415 // get the values of the given locale-dependent datum: the current locale
416 // is used, the US default value is returned if everything else fails
417 static wxString GetInfo(wxLocaleInfo index, wxLocaleCategory cat);
418
3ca6a5f0
BP
419 // return TRUE if the locale was set successfully
420 bool IsOk() const { return m_pszOldLocale != NULL; }
421
84c18814 422 // returns locale name
7b36d720 423 const wxChar *GetLocale() const { return m_strLocale; }
58d5dfc1 424
fda91381
VS
425 // return current locale wxLanguage value
426 int GetLanguage() const { return m_language; }
84c18814 427
58d5dfc1 428 // return locale name to be passed to setlocale()
fda91381
VS
429 wxString GetSysName() const;
430
58d5dfc1 431 // return 'canonical' name, i.e. in the form of xx[_YY], where xx is
fda91381
VS
432 // language code according to ISO 639 and YY is country name
433 // as specified by ISO 3166.
434 wxString GetCanonicalName() const { return m_strShort; }
58d5dfc1 435
84c18814
VZ
436 // add a prefix to the catalog lookup path: the message catalog files will be
437 // looked up under prefix/<lang>/LC_MESSAGES, prefix/LC_MESSAGES and prefix
438 // (in this order).
439 //
440 // This only applies to subsequent invocations of AddCatalog()!
441 static void AddCatalogLookupPathPrefix(const wxString& prefix);
442
443 // add a catalog: it's searched for in standard places (current directory
444 // first, system one after), but the you may prepend additional directories to
445 // the search path with AddCatalogLookupPathPrefix().
446 //
447 // The loaded catalog will be used for message lookup by GetString().
448 //
449 // Returns 'true' if it was successfully loaded
7b36d720 450 bool AddCatalog(const wxChar *szDomain);
84c18814
VZ
451
452 // check if the given catalog is loaded
7b36d720 453 bool IsLoaded(const wxChar *szDomain) const;
58d5dfc1 454
14f8fa9d
VZ
455 // Retrieve the language info struct for the given language
456 //
457 // Returns NULL if no info found, pointer must *not* be deleted by caller
458 static const wxLanguageInfo *GetLanguageInfo(int lang);
459
4a6e4a46
VS
460 // Returns language name in English or empty string if the language
461 // is not in database
462 static wxString GetLanguageName(int lang);
463
9d1e1be4
VZ
464 // Find the language for the given locale string which may be either a
465 // canonical ISO 2 letter language code ("xx"), a language code followed by
466 // the country code ("xx_XX") or a Windows full language name ("Xxxxx...")
467 //
468 // Returns NULL if no info found, pointer must *not* be deleted by caller
469 static const wxLanguageInfo *FindLanguageInfo(const wxString& locale);
470
fda91381
VS
471 // Add custom language to the list of known languages.
472 // Notes: 1) wxLanguageInfo contains platform-specific data
473 // 2) must be called before Init to have effect
41780009 474 static void AddLanguage(const wxLanguageInfo& info);
84c18814
VZ
475
476 // retrieve the translation for a string in all loaded domains unless
477 // the szDomain parameter is specified (and then only this domain is
478 // searched)
849a28d0 479 // n - additional parameter for PluralFormsParser
84c18814
VZ
480 //
481 // return original string if translation is not available
482 // (in this case an error message is generated the first time
483 // a string is not found; use wxLogNull to suppress it)
484 //
485 // domains are searched in the last to first order, i.e. catalogs
486 // added later override those added before.
563d535e
VS
487 const wxChar *GetString(const wxChar *szOrigString,
488 const wxChar *szDomain = (const wxChar *) NULL) const;
849a28d0
VS
489 // plural form version of the same:
490 const wxChar *GetString(const wxChar *szOrigString,
491 const wxChar *szOrigString2,
492 size_t n,
493 const wxChar *szDomain = (const wxChar *) NULL) const;
84c18814
VZ
494
495 // Returns the current short name for the locale
496 const wxString& GetName() const { return m_strShort; }
497
41780009
VS
498 // These two methods are for internal use only. First one creates
499 // ms_languagesDB if it doesn't already exist, second one destroys
500 // it.
501 static void CreateLanguagesDB();
502 static void DestroyLanguagesDB();
503
84c18814
VZ
504private:
505 // find catalog by name in a linked list, return NULL if !found
7b36d720 506 wxMsgCatalog *FindCatalog(const wxChar *szDomain) const;
58d5dfc1 507
fda91381 508 // copy default table of languages from global static array to
41780009
VS
509 // m_langugagesInfo, called by InitLanguagesDB
510 static void InitLanguagesDB();
84c18814 511
afc94fa6
VS
512 wxString m_strLocale, // this locale name
513 m_strShort; // short name for the locale
fda91381 514 int m_language; // this locale wxLanguage value
84c18814 515
afc94fa6
VS
516 const wxChar *m_pszOldLocale; // previous locale from setlocale()
517 wxLocale *m_pOldLocale; // previous wxLocale
84c18814 518
afc94fa6 519 wxMsgCatalog *m_pMsgCat; // pointer to linked list of catalogs
58d5dfc1 520
afc94fa6 521 bool m_bConvertEncoding;
fda91381 522
3202d00d
VS
523 bool m_initialized;
524
41780009 525 static wxLanguageInfoArray *ms_languagesDB;
22f3361e
VZ
526
527 DECLARE_NO_COPY_CLASS(wxLocale)
c801d85f
KB
528};
529
9d8046f6 530// ----------------------------------------------------------------------------
a1530845 531// global functions
9d8046f6
VZ
532// ----------------------------------------------------------------------------
533
84c18814 534// get the current locale object (note that it may be NULL!)
bddd7a8d 535extern WXDLLIMPEXP_BASE wxLocale* wxGetLocale();
84c18814
VZ
536
537// get the translation of the string in the current locale
563d535e 538inline const wxChar *wxGetTranslation(const wxChar *sz)
9d8046f6 539{
84c18814 540 wxLocale *pLoc = wxGetLocale();
06c545a7
OK
541 if (pLoc)
542 return pLoc->GetString(sz);
543 else
563d535e 544 return sz;
9d8046f6 545}
849a28d0
VS
546inline const wxChar *wxGetTranslation(const wxChar *sz1, const wxChar *sz2,
547 size_t n)
548{
549 wxLocale *pLoc = wxGetLocale();
550 if (pLoc)
551 return pLoc->GetString(sz1, sz2, n);
552 else
553 return n == 1 ? sz1 : sz2;
554}
9d8046f6 555
88ac883a
VZ
556#else // !wxUSE_INTL
557
b12915c1
VZ
558// the macros should still be defined - otherwise compilation would fail
559
ba9d03fa
VS
560#if !defined(WXINTL_NO_GETTEXT_MACRO)
561 #if !defined(_)
562 #define _(s) (_T(s))
563 #endif
88ac883a
VZ
564#endif
565
b12915c1
VZ
566#define wxTRANSLATE(str) _T(str)
567
54800df8
JS
568// Note: use of 'inline' here can cause this symbol not to be found when compiled with gcc
569//const wxChar *wxGetTranslation(const wxChar *sz);
dfdd617b 570#define wxGetTranslation(sz) (sz)
88ac883a
VZ
571
572#endif // wxUSE_INTL/!wxUSE_INTL
573
b12915c1
VZ
574// define this one just in case it occurs somewhere (instead of preferred
575// wxTRANSLATE) too
ba9d03fa
VS
576#if !defined(WXINTL_NO_GETTEXT_MACRO)
577 #if !defined(gettext_noop)
578 #define gettext_noop(str) _T(str)
579 #endif
580 #if !defined(N_)
581 #define N_(s) _T(s)
582 #endif
b12915c1
VZ
583#endif
584
dccce9ea
VZ
585#endif // _WX_INTL_H_
586