assert if wxLocale::Init called twice
[wxWidgets.git] / include / wx / intl.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/intl.h
3 // Purpose: Internationalization and localisation for wxWindows
4 // Author: Vadim Zeitlin
5 // Modified by: Michael N. Filippov <michael@idisys.iae.nsk.su>
6 // (2003/09/30 - plural forms support)
7 // Created: 29/01/98
8 // RCS-ID: $Id$
9 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////////
12
13 #ifndef _WX_INTL_H_
14 #define _WX_INTL_H_
15
16 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
17 #pragma interface "intl.h"
18 #endif
19
20 #include "wx/defs.h"
21 #include "wx/string.h"
22
23 #if wxUSE_INTL
24
25 #include "wx/fontenc.h"
26
27 // ============================================================================
28 // global decls
29 // ============================================================================
30
31 // ----------------------------------------------------------------------------
32 // macros
33 // ----------------------------------------------------------------------------
34
35 // gettext() style macros (notice that xgettext should be invoked with
36 // --keyword="_" --keyword="wxGetTranslation:1,2" options
37 // to extract the strings from the sources)
38 #ifndef WXINTL_NO_GETTEXT_MACRO
39 #define _(s) wxGetTranslation(_T(s))
40 #endif
41
42 // another one which just marks the strings for extraction, but doesn't
43 // perform the translation (use -kwxTRANSLATE with xgettext!)
44 #define wxTRANSLATE(str) _T(str)
45
46 // ----------------------------------------------------------------------------
47 // forward decls
48 // ----------------------------------------------------------------------------
49
50 class WXDLLIMPEXP_BASE wxLocale;
51 class WXDLLIMPEXP_BASE wxMsgCatalog;
52 class WXDLLIMPEXP_BASE wxLanguageInfoArray;
53
54 // ============================================================================
55 // locale support
56 // ============================================================================
57
58 // ----------------------------------------------------------------------------
59 // wxLanguage: defines all supported languages
60 // ----------------------------------------------------------------------------
61
62 // --- --- --- generated code begins here --- --- ---
63
64 // This enum is generated by misc/languages/genlang.py
65 // When making changes, please put them into misc/languages/langtabl.txt
66 enum wxLanguage
67 {
68 // user's default/preffered language as got from OS:
69 wxLANGUAGE_DEFAULT,
70 // unknown language, if wxLocale::GetSystemLanguage fails:
71 wxLANGUAGE_UNKNOWN,
72
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
306 // --- --- --- generated code ends here --- --- ---
307
308 // ----------------------------------------------------------------------------
309 // wxLanguageInfo: encapsulates wxLanguage to OS native lang.desc.
310 // translation information
311 // ----------------------------------------------------------------------------
312
313 struct WXDLLIMPEXP_BASE wxLanguageInfo
314 {
315 int Language; // wxLanguage id
316 wxString CanonicalName; // Canonical name, e.g. fr_FR
317 #ifdef __WIN32__
318 wxUint32 WinLang, // Win32 language identifiers
319 WinSublang;
320 #endif // __WIN32__
321 wxString Description; // human-readable name of the language
322 };
323
324 // ----------------------------------------------------------------------------
325 // wxLocaleCategory: the category of locale settings
326 // ----------------------------------------------------------------------------
327
328 enum 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
346 enum wxLocaleInfo
347 {
348 // the thounsands separator
349 wxLOCALE_THOUSANDS_SEP,
350
351 // the character used as decimal point
352 wxLOCALE_DECIMAL_POINT
353
354 };
355
356 // ----------------------------------------------------------------------------
357 // wxLocale: encapsulates all language dependent settings, including current
358 // message catalogs, date, time and currency formats (TODO) &c
359 // ----------------------------------------------------------------------------
360
361 enum wxLocaleInitFlags
362 {
363 wxLOCALE_LOAD_DEFAULT = 0x0001, // load wxwin.mo?
364 wxLOCALE_CONV_ENCODING = 0x0002 // convert encoding on the fly?
365 };
366
367 class WXDLLIMPEXP_BASE wxLocale
368 {
369 public:
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
376 wxLocale(const wxChar *szName, // name (for messages)
377 const wxChar *szShort = (const wxChar *) NULL, // dir prefix (for msg files)
378 const wxChar *szLocale = (const wxChar *) NULL, // locale (for setlocale)
379 bool bLoadDefault = TRUE, // preload wxstd.mo?
380 bool bConvertEncoding = FALSE) // convert Win<->Unix if neccessary?
381 {
382 Init(szName, szShort, szLocale, bLoadDefault, bConvertEncoding);
383 }
384
385 wxLocale(int language, // wxLanguage id or custom language
386 int flags = wxLOCALE_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING)
387 { Init(language, flags); }
388
389 // the same as a function (returns TRUE on success)
390 bool Init(const wxChar *szName,
391 const wxChar *szShort = (const wxChar *) NULL,
392 const wxChar *szLocale = (const wxChar *) NULL,
393 bool bLoadDefault = TRUE,
394 bool bConvertEncoding = FALSE);
395
396 // same as second ctor (returns TRUE on success)
397 bool Init(int language = wxLANGUAGE_DEFAULT,
398 int flags = wxLOCALE_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING);
399
400 // restores old locale
401 ~wxLocale();
402
403 // Try to get user's (or OS's) prefered language setting.
404 // Return wxLANGUAGE_UNKNOWN if language-guessing algorithm failed
405 static int GetSystemLanguage();
406
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
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
419 // return TRUE if the locale was set successfully
420 bool IsOk() const { return m_pszOldLocale != NULL; }
421
422 // returns locale name
423 const wxChar *GetLocale() const { return m_strLocale; }
424
425 // return current locale wxLanguage value
426 int GetLanguage() const { return m_language; }
427
428 // return locale name to be passed to setlocale()
429 wxString GetSysName() const;
430
431 // return 'canonical' name, i.e. in the form of xx[_YY], where xx is
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; }
435
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
450 bool AddCatalog(const wxChar *szDomain);
451
452 // check if the given catalog is loaded
453 bool IsLoaded(const wxChar *szDomain) const;
454
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
460 // Returns language name in English or empty string if the language
461 // is not in database
462 static wxString GetLanguageName(int lang);
463
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
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
474 static void AddLanguage(const wxLanguageInfo& info);
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)
479 // n - additional parameter for PluralFormsParser
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.
487 const wxChar *GetString(const wxChar *szOrigString,
488 const wxChar *szDomain = (const wxChar *) NULL) const;
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;
494
495 // Returns the current short name for the locale
496 const wxString& GetName() const { return m_strShort; }
497
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
504 private:
505 // find catalog by name in a linked list, return NULL if !found
506 wxMsgCatalog *FindCatalog(const wxChar *szDomain) const;
507
508 // copy default table of languages from global static array to
509 // m_langugagesInfo, called by InitLanguagesDB
510 static void InitLanguagesDB();
511
512 wxString m_strLocale, // this locale name
513 m_strShort; // short name for the locale
514 int m_language; // this locale wxLanguage value
515
516 const wxChar *m_pszOldLocale; // previous locale from setlocale()
517 wxLocale *m_pOldLocale; // previous wxLocale
518
519 wxMsgCatalog *m_pMsgCat; // pointer to linked list of catalogs
520
521 bool m_bConvertEncoding;
522
523 bool m_initialized;
524
525 static wxLanguageInfoArray *ms_languagesDB;
526
527 DECLARE_NO_COPY_CLASS(wxLocale)
528 };
529
530 // ----------------------------------------------------------------------------
531 // global functions
532 // ----------------------------------------------------------------------------
533
534 // get the current locale object (note that it may be NULL!)
535 extern WXDLLIMPEXP_BASE wxLocale* wxGetLocale();
536
537 // get the translation of the string in the current locale
538 inline const wxChar *wxGetTranslation(const wxChar *sz)
539 {
540 wxLocale *pLoc = wxGetLocale();
541 if (pLoc)
542 return pLoc->GetString(sz);
543 else
544 return sz;
545 }
546 inline 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 }
555
556 #else // !wxUSE_INTL
557
558 // the macros should still be defined - otherwise compilation would fail
559
560 #if !defined(WXINTL_NO_GETTEXT_MACRO)
561 #if !defined(_)
562 #define _(s) (_T(s))
563 #endif
564 #endif
565
566 #define wxTRANSLATE(str) _T(str)
567
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);
570 #define wxGetTranslation(sz) (sz)
571
572 #endif // wxUSE_INTL/!wxUSE_INTL
573
574 // define this one just in case it occurs somewhere (instead of preferred
575 // wxTRANSLATE) too
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
583 #endif
584
585 #endif // _WX_INTL_H_
586