1 /////////////////////////////////////////////////////////////////////////////
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)
9 // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
10 // Licence: wxWindows licence
11 /////////////////////////////////////////////////////////////////////////////
17 #include "wx/string.h"
19 // Make wxLayoutDirection enum available without need for wxUSE_INTL so wxWindow, wxApp
20 // and other classes are not distrubed by wxUSE_INTL
22 enum wxLayoutDirection
31 #include "wx/fontenc.h"
33 // ============================================================================
35 // ============================================================================
37 // ----------------------------------------------------------------------------
39 // ----------------------------------------------------------------------------
41 // gettext() style macros (notice that xgettext should be invoked with
42 // --keyword="_" --keyword="wxPLURAL:1,2" options
43 // to extract the strings from the sources)
44 #ifndef WXINTL_NO_GETTEXT_MACRO
45 #define _(s) wxGetTranslation((s))
46 #define wxPLURAL(sing, plur, n) wxGetTranslation((sing), (plur), n)
49 // another one which just marks the strings for extraction, but doesn't
50 // perform the translation (use -kwxTRANSLATE with xgettext!)
51 #define wxTRANSLATE(str) str
53 // ----------------------------------------------------------------------------
55 // ----------------------------------------------------------------------------
57 class WXDLLIMPEXP_FWD_BASE wxLocale
;
58 class WXDLLIMPEXP_FWD_BASE wxLanguageInfoArray
;
61 // ============================================================================
63 // ============================================================================
65 // ----------------------------------------------------------------------------
66 // wxLanguage: defines all supported languages
67 // ----------------------------------------------------------------------------
69 // --- --- --- generated code begins here --- --- ---
71 // This enum is generated by misc/languages/genlang.py
72 // When making changes, please put them into misc/languages/langtabl.txt
75 // user's default/preffered language as got from OS:
77 // unknown language, if wxLocale::GetSystemLanguage fails:
86 wxLANGUAGE_ARABIC_ALGERIA
,
87 wxLANGUAGE_ARABIC_BAHRAIN
,
88 wxLANGUAGE_ARABIC_EGYPT
,
89 wxLANGUAGE_ARABIC_IRAQ
,
90 wxLANGUAGE_ARABIC_JORDAN
,
91 wxLANGUAGE_ARABIC_KUWAIT
,
92 wxLANGUAGE_ARABIC_LEBANON
,
93 wxLANGUAGE_ARABIC_LIBYA
,
94 wxLANGUAGE_ARABIC_MOROCCO
,
95 wxLANGUAGE_ARABIC_OMAN
,
96 wxLANGUAGE_ARABIC_QATAR
,
97 wxLANGUAGE_ARABIC_SAUDI_ARABIA
,
98 wxLANGUAGE_ARABIC_SUDAN
,
99 wxLANGUAGE_ARABIC_SYRIA
,
100 wxLANGUAGE_ARABIC_TUNISIA
,
101 wxLANGUAGE_ARABIC_UAE
,
102 wxLANGUAGE_ARABIC_YEMEN
,
107 wxLANGUAGE_AZERI_CYRILLIC
,
108 wxLANGUAGE_AZERI_LATIN
,
111 wxLANGUAGE_BELARUSIAN
,
117 wxLANGUAGE_BULGARIAN
,
119 wxLANGUAGE_CAMBODIAN
,
122 wxLANGUAGE_CHINESE_SIMPLIFIED
,
123 wxLANGUAGE_CHINESE_TRADITIONAL
,
124 wxLANGUAGE_CHINESE_HONGKONG
,
125 wxLANGUAGE_CHINESE_MACAU
,
126 wxLANGUAGE_CHINESE_SINGAPORE
,
127 wxLANGUAGE_CHINESE_TAIWAN
,
133 wxLANGUAGE_DUTCH_BELGIAN
,
135 wxLANGUAGE_ENGLISH_UK
,
136 wxLANGUAGE_ENGLISH_US
,
137 wxLANGUAGE_ENGLISH_AUSTRALIA
,
138 wxLANGUAGE_ENGLISH_BELIZE
,
139 wxLANGUAGE_ENGLISH_BOTSWANA
,
140 wxLANGUAGE_ENGLISH_CANADA
,
141 wxLANGUAGE_ENGLISH_CARIBBEAN
,
142 wxLANGUAGE_ENGLISH_DENMARK
,
143 wxLANGUAGE_ENGLISH_EIRE
,
144 wxLANGUAGE_ENGLISH_JAMAICA
,
145 wxLANGUAGE_ENGLISH_NEW_ZEALAND
,
146 wxLANGUAGE_ENGLISH_PHILIPPINES
,
147 wxLANGUAGE_ENGLISH_SOUTH_AFRICA
,
148 wxLANGUAGE_ENGLISH_TRINIDAD
,
149 wxLANGUAGE_ENGLISH_ZIMBABWE
,
150 wxLANGUAGE_ESPERANTO
,
157 wxLANGUAGE_FRENCH_BELGIAN
,
158 wxLANGUAGE_FRENCH_CANADIAN
,
159 wxLANGUAGE_FRENCH_LUXEMBOURG
,
160 wxLANGUAGE_FRENCH_MONACO
,
161 wxLANGUAGE_FRENCH_SWISS
,
166 wxLANGUAGE_GERMAN_AUSTRIAN
,
167 wxLANGUAGE_GERMAN_BELGIUM
,
168 wxLANGUAGE_GERMAN_LIECHTENSTEIN
,
169 wxLANGUAGE_GERMAN_LUXEMBOURG
,
170 wxLANGUAGE_GERMAN_SWISS
,
172 wxLANGUAGE_GREENLANDIC
,
178 wxLANGUAGE_HUNGARIAN
,
179 wxLANGUAGE_ICELANDIC
,
180 wxLANGUAGE_INDONESIAN
,
181 wxLANGUAGE_INTERLINGUA
,
182 wxLANGUAGE_INTERLINGUE
,
183 wxLANGUAGE_INUKTITUT
,
187 wxLANGUAGE_ITALIAN_SWISS
,
192 wxLANGUAGE_KASHMIRI_INDIA
,
195 wxLANGUAGE_KINYARWANDA
,
205 wxLANGUAGE_LITHUANIAN
,
206 wxLANGUAGE_MACEDONIAN
,
209 wxLANGUAGE_MALAYALAM
,
210 wxLANGUAGE_MALAY_BRUNEI_DARUSSALAM
,
211 wxLANGUAGE_MALAY_MALAYSIA
,
216 wxLANGUAGE_MOLDAVIAN
,
217 wxLANGUAGE_MONGOLIAN
,
220 wxLANGUAGE_NEPALI_INDIA
,
221 wxLANGUAGE_NORWEGIAN_BOKMAL
,
222 wxLANGUAGE_NORWEGIAN_NYNORSK
,
228 wxLANGUAGE_PORTUGUESE
,
229 wxLANGUAGE_PORTUGUESE_BRAZILIAN
,
232 wxLANGUAGE_RHAETO_ROMANCE
,
235 wxLANGUAGE_RUSSIAN_UKRAINE
,
239 wxLANGUAGE_SCOTS_GAELIC
,
241 wxLANGUAGE_SERBIAN_CYRILLIC
,
242 wxLANGUAGE_SERBIAN_LATIN
,
243 wxLANGUAGE_SERBO_CROATIAN
,
248 wxLANGUAGE_SINHALESE
,
251 wxLANGUAGE_SLOVENIAN
,
254 wxLANGUAGE_SPANISH_ARGENTINA
,
255 wxLANGUAGE_SPANISH_BOLIVIA
,
256 wxLANGUAGE_SPANISH_CHILE
,
257 wxLANGUAGE_SPANISH_COLOMBIA
,
258 wxLANGUAGE_SPANISH_COSTA_RICA
,
259 wxLANGUAGE_SPANISH_DOMINICAN_REPUBLIC
,
260 wxLANGUAGE_SPANISH_ECUADOR
,
261 wxLANGUAGE_SPANISH_EL_SALVADOR
,
262 wxLANGUAGE_SPANISH_GUATEMALA
,
263 wxLANGUAGE_SPANISH_HONDURAS
,
264 wxLANGUAGE_SPANISH_MEXICAN
,
265 wxLANGUAGE_SPANISH_MODERN
,
266 wxLANGUAGE_SPANISH_NICARAGUA
,
267 wxLANGUAGE_SPANISH_PANAMA
,
268 wxLANGUAGE_SPANISH_PARAGUAY
,
269 wxLANGUAGE_SPANISH_PERU
,
270 wxLANGUAGE_SPANISH_PUERTO_RICO
,
271 wxLANGUAGE_SPANISH_URUGUAY
,
272 wxLANGUAGE_SPANISH_US
,
273 wxLANGUAGE_SPANISH_VENEZUELA
,
274 wxLANGUAGE_SUNDANESE
,
277 wxLANGUAGE_SWEDISH_FINLAND
,
292 wxLANGUAGE_UKRAINIAN
,
294 wxLANGUAGE_URDU_INDIA
,
295 wxLANGUAGE_URDU_PAKISTAN
,
297 wxLANGUAGE_UZBEK_CYRILLIC
,
298 wxLANGUAGE_UZBEK_LATIN
,
299 wxLANGUAGE_VIETNAMESE
,
309 // for custom, user-defined languages:
310 wxLANGUAGE_USER_DEFINED
313 // --- --- --- generated code ends here --- --- ---
315 // ----------------------------------------------------------------------------
316 // wxLanguageInfo: encapsulates wxLanguage to OS native lang.desc.
317 // translation information
318 // ----------------------------------------------------------------------------
320 struct WXDLLIMPEXP_BASE wxLanguageInfo
322 int Language
; // wxLanguage id
323 wxString CanonicalName
; // Canonical name, e.g. fr_FR
325 wxUint32 WinLang
, // Win32 language identifiers
328 wxString Description
; // human-readable name of the language
329 wxLayoutDirection LayoutDirection
;
332 // return the LCID corresponding to this language
333 wxUint32
GetLCID() const;
336 // return the locale name corresponding to this language usable with
337 // setlocale() on the current system
338 wxString
GetLocaleName() const;
341 // for Unix systems GetLocaleName() is trivial so implement it inline here, for
342 // MSW it's implemented in intl.cpp
344 inline wxString
wxLanguageInfo::GetLocaleName() const { return CanonicalName
; }
347 // ----------------------------------------------------------------------------
348 // wxLocaleCategory: the category of locale settings
349 // ----------------------------------------------------------------------------
351 enum wxLocaleCategory
365 // ----------------------------------------------------------------------------
366 // wxLocaleInfo: the items understood by wxLocale::GetInfo()
367 // ----------------------------------------------------------------------------
371 // the thounsands separator
372 wxLOCALE_THOUSANDS_SEP
,
374 // the character used as decimal point
375 wxLOCALE_DECIMAL_POINT
379 // ----------------------------------------------------------------------------
380 // wxLocale: encapsulates all language dependent settings, including current
381 // message catalogs, date, time and currency formats (TODO) &c
382 // ----------------------------------------------------------------------------
384 enum wxLocaleInitFlags
386 wxLOCALE_LOAD_DEFAULT
= 0x0001, // load wxwin.mo?
387 wxLOCALE_CONV_ENCODING
= 0x0002 // convert encoding on the fly?
390 class WXDLLIMPEXP_BASE wxLocale
396 // call Init() if you use this ctor
397 wxLocale() { DoCommonInit(); }
399 // the ctor has a side effect of changing current locale
400 wxLocale(const wxString
& name
, // name (for messages)
401 const wxString
& shortName
= wxEmptyString
, // dir prefix (for msg files)
402 const wxString
& locale
= wxEmptyString
, // locale (for setlocale)
403 bool bLoadDefault
= true, // preload wxstd.mo?
404 bool bConvertEncoding
= false) // convert Win<->Unix if necessary?
408 Init(name
, shortName
, locale
, bLoadDefault
, bConvertEncoding
);
411 wxLocale(int language
, // wxLanguage id or custom language
412 int flags
= wxLOCALE_LOAD_DEFAULT
| wxLOCALE_CONV_ENCODING
)
416 Init(language
, flags
);
419 // the same as a function (returns true on success)
420 bool Init(const wxString
& name
,
421 const wxString
& shortName
= wxEmptyString
,
422 const wxString
& locale
= wxEmptyString
,
423 bool bLoadDefault
= true,
424 bool bConvertEncoding
= false);
426 // same as second ctor (returns true on success)
427 bool Init(int language
= wxLANGUAGE_DEFAULT
,
428 int flags
= wxLOCALE_LOAD_DEFAULT
| wxLOCALE_CONV_ENCODING
);
430 // restores old locale
433 // Try to get user's (or OS's) preferred language setting.
434 // Return wxLANGUAGE_UNKNOWN if language-guessing algorithm failed
435 static int GetSystemLanguage();
437 // get the encoding used by default for text on this system, returns
438 // wxFONTENCODING_SYSTEM if it couldn't be determined
439 static wxFontEncoding
GetSystemEncoding();
441 // get the string describing the system encoding, return empty string if
442 // couldn't be determined
443 static wxString
GetSystemEncodingName();
445 // get the values of the given locale-dependent datum: the current locale
446 // is used, the US default value is returned if everything else fails
447 static wxString
GetInfo(wxLocaleInfo index
, wxLocaleCategory cat
);
449 // return true if the locale was set successfully
450 bool IsOk() const { return m_pszOldLocale
!= NULL
; }
452 // returns locale name
453 const wxString
& GetLocale() const { return m_strLocale
; }
455 // return current locale wxLanguage value
456 int GetLanguage() const { return m_language
; }
458 // return locale name to be passed to setlocale()
459 wxString
GetSysName() const;
461 // return 'canonical' name, i.e. in the form of xx[_YY], where xx is
462 // language code according to ISO 639 and YY is country name
463 // as specified by ISO 3166.
464 wxString
GetCanonicalName() const { return m_strShort
; }
466 // add a prefix to the catalog lookup path: the message catalog files will be
467 // looked up under prefix/<lang>/LC_MESSAGES, prefix/LC_MESSAGES and prefix
470 // This only applies to subsequent invocations of AddCatalog()!
471 static void AddCatalogLookupPathPrefix(const wxString
& prefix
);
473 // add a catalog: it's searched for in standard places (current directory
474 // first, system one after), but the you may prepend additional directories to
475 // the search path with AddCatalogLookupPathPrefix().
477 // The loaded catalog will be used for message lookup by GetString().
479 // Returns 'true' if it was successfully loaded
480 bool AddCatalog(const wxString
& domain
);
481 bool AddCatalog(const wxString
& domain
,
482 wxLanguage msgIdLanguage
, const wxString
& msgIdCharset
);
484 // check if the given locale is provided by OS and C run time
485 static bool IsAvailable(int lang
);
487 // check if the given catalog is loaded
488 bool IsLoaded(const wxString
& domain
) const;
490 // Retrieve the language info struct for the given language
492 // Returns NULL if no info found, pointer must *not* be deleted by caller
493 static const wxLanguageInfo
*GetLanguageInfo(int lang
);
495 // Returns language name in English or empty string if the language
496 // is not in database
497 static wxString
GetLanguageName(int lang
);
499 // Find the language for the given locale string which may be either a
500 // canonical ISO 2 letter language code ("xx"), a language code followed by
501 // the country code ("xx_XX") or a Windows full language name ("Xxxxx...")
503 // Returns NULL if no info found, pointer must *not* be deleted by caller
504 static const wxLanguageInfo
*FindLanguageInfo(const wxString
& locale
);
506 // Add custom language to the list of known languages.
507 // Notes: 1) wxLanguageInfo contains platform-specific data
508 // 2) must be called before Init to have effect
509 static void AddLanguage(const wxLanguageInfo
& info
);
511 // retrieve the translation for a string in all loaded domains unless
512 // the szDomain parameter is specified (and then only this domain is
514 // n - additional parameter for PluralFormsParser
516 // return original string if translation is not available
517 // (in this case an error message is generated the first time
518 // a string is not found; use wxLogNull to suppress it)
520 // domains are searched in the last to first order, i.e. catalogs
521 // added later override those added before.
522 virtual const wxString
& GetString(const wxString
& origString
,
523 const wxString
& domain
= wxEmptyString
) const;
524 // plural form version of the same:
525 virtual const wxString
& GetString(const wxString
& origString
,
526 const wxString
& origString2
,
528 const wxString
& domain
= wxEmptyString
) const;
530 // this is hack to work around a problem with wxGetTranslation() which
531 // returns const wxString& and not wxString, so when it returns untranslated
532 // string, it needs to have a copy of it somewhere
533 static const wxString
& GetUntranslatedString(const wxString
& str
);
535 // Returns the current short name for the locale
536 const wxString
& GetName() const { return m_strShort
; }
538 // return the contents of .po file header
539 wxString
GetHeaderValue(const wxString
& header
,
540 const wxString
& domain
= wxEmptyString
) const;
542 // These two methods are for internal use only. First one creates
543 // ms_languagesDB if it doesn't already exist, second one destroys
545 static void CreateLanguagesDB();
546 static void DestroyLanguagesDB();
549 // find catalog by name in a linked list, return NULL if !found
550 wxMsgCatalog
*FindCatalog(const wxString
& domain
) const;
552 // copy default table of languages from global static array to
553 // m_langugagesInfo, called by InitLanguagesDB
554 static void InitLanguagesDB();
556 // initialize the member fields to default values
559 wxString m_strLocale
, // this locale name
560 m_strShort
; // short name for the locale
561 int m_language
; // this locale wxLanguage value
563 const char *m_pszOldLocale
; // previous locale from setlocale()
564 wxLocale
*m_pOldLocale
; // previous wxLocale
566 wxMsgCatalog
*m_pMsgCat
; // pointer to linked list of catalogs
568 bool m_bConvertEncoding
;
572 static wxLanguageInfoArray
*ms_languagesDB
;
574 DECLARE_NO_COPY_CLASS(wxLocale
)
577 // ----------------------------------------------------------------------------
579 // ----------------------------------------------------------------------------
581 // get the current locale object (note that it may be NULL!)
582 extern WXDLLIMPEXP_BASE wxLocale
* wxGetLocale();
584 // get the translation of the string in the current locale
585 inline const wxString
& wxGetTranslation(const wxString
& str
,
586 const wxString
& domain
= wxEmptyString
)
588 wxLocale
*pLoc
= wxGetLocale();
590 return pLoc
->GetString(str
, domain
);
592 // NB: this function returns reference to a string, so we have to keep
593 // a copy of it somewhere
594 return wxLocale::GetUntranslatedString(str
);
596 inline const wxString
& wxGetTranslation(const wxString
& str1
,
597 const wxString
& str2
,
599 const wxString
& domain
= wxEmptyString
)
601 wxLocale
*pLoc
= wxGetLocale();
603 return pLoc
->GetString(str1
, str2
, n
, domain
);
605 // NB: this function returns reference to a string, so we have to keep
606 // a copy of it somewhere
608 ? wxLocale::GetUntranslatedString(str1
)
609 : wxLocale::GetUntranslatedString(str2
);
614 // the macros should still be defined - otherwise compilation would fail
616 #if !defined(WXINTL_NO_GETTEXT_MACRO)
620 #define wxPLURAL(sing, plur, n) ((n) == 1 ? (sing) : (plur))
623 #define wxTRANSLATE(str) str
625 // NB: we use a template here in order to avoid using
626 // wxLocale::GetUntranslatedString() above, which would be required if
627 // we returned const wxString&; this way, the compiler should be able to
628 // optimize wxGetTranslation() away
630 template<typename TString
>
631 inline TString
wxGetTranslation(TString str
)
634 template<typename TString
, typename TDomain
>
635 inline TString
wxGetTranslation(TString str
, TDomain
WXUNUSED(domain
))
638 template<typename TString
, typename TDomain
>
639 inline TString
wxGetTranslation(TString str1
, TString str2
, size_t n
)
640 { return n
== 1 ? str1
: str2
; }
642 template<typename TString
, typename TDomain
>
643 inline TString
wxGetTranslation(TString str1
, TString str2
, size_t n
,
644 TDomain
WXUNUSED(domain
))
645 { return n
== 1 ? str1
: str2
; }
647 #endif // wxUSE_INTL/!wxUSE_INTL
649 // define this one just in case it occurs somewhere (instead of preferred
651 #if !defined(WXINTL_NO_GETTEXT_MACRO)
652 #if !defined(gettext_noop)
653 #define gettext_noop(str) (str)
660 #endif // _WX_INTL_H_