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