put GetEscapeId() inside #if wxABI_VERSION > 20601
[wxWidgets.git] / include / wx / intl.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/intl.h
3 // Purpose: Internationalization and localisation for wxWidgets
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="wxPLURAL:1,2" options
37 // to extract the strings from the sources)
38 #ifndef WXINTL_NO_GETTEXT_MACRO
39 #define _(s) wxGetTranslation(_T(s))
40 #define wxPLURAL(sing, plur, n) wxGetTranslation(_T(sing), _T(plur), n)
41 #endif
42
43 // another one which just marks the strings for extraction, but doesn't
44 // perform the translation (use -kwxTRANSLATE with xgettext!)
45 #define wxTRANSLATE(str) _T(str)
46
47 // ----------------------------------------------------------------------------
48 // forward decls
49 // ----------------------------------------------------------------------------
50
51 class WXDLLIMPEXP_BASE wxLocale;
52 class WXDLLIMPEXP_BASE wxLanguageInfoArray;
53 class wxMsgCatalog;
54
55 // ============================================================================
56 // locale support
57 // ============================================================================
58
59 // ----------------------------------------------------------------------------
60 // wxLanguage: defines all supported languages
61 // ----------------------------------------------------------------------------
62
63 // --- --- --- generated code begins here --- --- ---
64
65 // This enum is generated by misc/languages/genlang.py
66 // When making changes, please put them into misc/languages/langtabl.txt
67 enum wxLanguage
68 {
69 // user's default/preffered language as got from OS:
70 wxLANGUAGE_DEFAULT,
71 // unknown language, if wxLocale::GetSystemLanguage fails:
72 wxLANGUAGE_UNKNOWN,
73
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
307 // --- --- --- generated code ends here --- --- ---
308
309 // ----------------------------------------------------------------------------
310 // wxLanguageInfo: encapsulates wxLanguage to OS native lang.desc.
311 // translation information
312 // ----------------------------------------------------------------------------
313
314 struct WXDLLIMPEXP_BASE wxLanguageInfo
315 {
316 int Language; // wxLanguage id
317 wxString CanonicalName; // Canonical name, e.g. fr_FR
318 #ifdef __WIN32__
319 wxUint32 WinLang, // Win32 language identifiers
320 WinSublang;
321 #endif // __WIN32__
322 wxString Description; // human-readable name of the language
323 };
324
325 // ----------------------------------------------------------------------------
326 // wxLocaleCategory: the category of locale settings
327 // ----------------------------------------------------------------------------
328
329 enum 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
347 enum wxLocaleInfo
348 {
349 // the thounsands separator
350 wxLOCALE_THOUSANDS_SEP,
351
352 // the character used as decimal point
353 wxLOCALE_DECIMAL_POINT
354
355 };
356
357 // ----------------------------------------------------------------------------
358 // wxLocale: encapsulates all language dependent settings, including current
359 // message catalogs, date, time and currency formats (TODO) &c
360 // ----------------------------------------------------------------------------
361
362 enum wxLocaleInitFlags
363 {
364 wxLOCALE_LOAD_DEFAULT = 0x0001, // load wxwin.mo?
365 wxLOCALE_CONV_ENCODING = 0x0002 // convert encoding on the fly?
366 };
367
368 class WXDLLIMPEXP_BASE wxLocale
369 {
370 public:
371 // ctor & dtor
372 // -----------
373
374 // call Init() if you use this ctor
375 wxLocale() { DoCommonInit(); }
376
377 // the ctor has a side effect of changing current locale
378 wxLocale(const wxChar *szName, // name (for messages)
379 const wxChar *szShort = (const wxChar *) NULL, // dir prefix (for msg files)
380 const wxChar *szLocale = (const wxChar *) NULL, // locale (for setlocale)
381 bool bLoadDefault = true, // preload wxstd.mo?
382 bool bConvertEncoding = false) // convert Win<->Unix if necessary?
383 {
384 DoCommonInit();
385
386 Init(szName, szShort, szLocale, bLoadDefault, bConvertEncoding);
387 }
388
389 wxLocale(int language, // wxLanguage id or custom language
390 int flags = wxLOCALE_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING)
391 {
392 DoCommonInit();
393
394 Init(language, flags);
395 }
396
397 // the same as a function (returns true on success)
398 bool Init(const wxChar *szName,
399 const wxChar *szShort = (const wxChar *) NULL,
400 const wxChar *szLocale = (const wxChar *) NULL,
401 bool bLoadDefault = true,
402 bool bConvertEncoding = false);
403
404 // same as second ctor (returns true on success)
405 bool Init(int language = wxLANGUAGE_DEFAULT,
406 int flags = wxLOCALE_LOAD_DEFAULT | wxLOCALE_CONV_ENCODING);
407
408 // restores old locale
409 ~wxLocale();
410
411 // Try to get user's (or OS's) preferred language setting.
412 // Return wxLANGUAGE_UNKNOWN if language-guessing algorithm failed
413 static int GetSystemLanguage();
414
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
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
427 // return true if the locale was set successfully
428 bool IsOk() const { return m_pszOldLocale != NULL; }
429
430 // returns locale name
431 const wxChar *GetLocale() const { return m_strLocale; }
432
433 // return current locale wxLanguage value
434 int GetLanguage() const { return m_language; }
435
436 // return locale name to be passed to setlocale()
437 wxString GetSysName() const;
438
439 // return 'canonical' name, i.e. in the form of xx[_YY], where xx is
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; }
443
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
458 bool AddCatalog(const wxChar *szDomain);
459 bool AddCatalog(const wxChar *szDomain,
460 wxLanguage msgIdLanguage, const wxChar *msgIdCharset);
461
462 // check if the given catalog is loaded
463 bool IsLoaded(const wxChar *szDomain) const;
464
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
470 // Returns language name in English or empty string if the language
471 // is not in database
472 static wxString GetLanguageName(int lang);
473
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
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
484 static void AddLanguage(const wxLanguageInfo& info);
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)
489 // n - additional parameter for PluralFormsParser
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.
497 const wxChar *GetString(const wxChar *szOrigString,
498 const wxChar *szDomain = NULL) const;
499 // plural form version of the same:
500 const wxChar *GetString(const wxChar *szOrigString,
501 const wxChar *szOrigString2,
502 size_t n,
503 const wxChar *szDomain = NULL) const;
504
505 // Returns the current short name for the locale
506 const wxString& GetName() const { return m_strShort; }
507
508 // return the contents of .po file header
509 wxString GetHeaderValue( const wxChar* szHeader,
510 const wxChar* szDomain = NULL ) const;
511
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
518 private:
519 // find catalog by name in a linked list, return NULL if !found
520 wxMsgCatalog *FindCatalog(const wxChar *szDomain) const;
521
522 // copy default table of languages from global static array to
523 // m_langugagesInfo, called by InitLanguagesDB
524 static void InitLanguagesDB();
525
526 // initialize the member fields to default values
527 void DoCommonInit();
528
529 wxString m_strLocale, // this locale name
530 m_strShort; // short name for the locale
531 int m_language; // this locale wxLanguage value
532
533 const wxChar *m_pszOldLocale; // previous locale from setlocale()
534 wxLocale *m_pOldLocale; // previous wxLocale
535
536 wxMsgCatalog *m_pMsgCat; // pointer to linked list of catalogs
537
538 bool m_bConvertEncoding;
539
540 bool m_initialized;
541
542 static wxLanguageInfoArray *ms_languagesDB;
543
544 DECLARE_NO_COPY_CLASS(wxLocale)
545 };
546
547 // ----------------------------------------------------------------------------
548 // global functions
549 // ----------------------------------------------------------------------------
550
551 // get the current locale object (note that it may be NULL!)
552 extern WXDLLIMPEXP_BASE wxLocale* wxGetLocale();
553
554 // get the translation of the string in the current locale
555 inline const wxChar *wxGetTranslation(const wxChar *sz)
556 {
557 wxLocale *pLoc = wxGetLocale();
558 if (pLoc)
559 return pLoc->GetString(sz);
560 else
561 return sz;
562 }
563 inline 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 }
572
573 #else // !wxUSE_INTL
574
575 // the macros should still be defined - otherwise compilation would fail
576
577 #if !defined(WXINTL_NO_GETTEXT_MACRO)
578 #if !defined(_)
579 #define _(s) (_T(s))
580 #endif
581 #endif
582
583 #define wxTRANSLATE(str) _T(str)
584
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);
587 #define wxGetTranslation(sz) (sz)
588
589 #endif // wxUSE_INTL/!wxUSE_INTL
590
591 // define this one just in case it occurs somewhere (instead of preferred
592 // wxTRANSLATE) too
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
600 #endif
601
602 #endif // _WX_INTL_H_
603