Version: 3.1.0
translation.h File Reference

Classes

class  wxTranslations
 This class allows to get translations for strings. More...
 
class  wxTranslationsLoader
 Abstraction of translations discovery and loading. More...
 
class  wxFileTranslationsLoader
 Standard wxTranslationsLoader implementation. More...
 
class  wxResourceTranslationsLoader
 This loader makes it possible to load translations from Windows resources. More...
 
class  wxMsgCatalog
 Represents a loaded translations message catalog. More...
 

Macros

#define wxPLURAL(string, plural, n)
 This macro is identical to _() but for the plural variant of wxGetTranslation(). More...
 
#define wxTRANSLATE(string)
 This macro doesn't do anything in the program code – it simply expands to the value of its argument. More...
 

Functions

const wxStringwxGetTranslation (const wxString &string, const wxString &domain=wxEmptyString)
 This function returns the translation of string in the current locale(). More...
 
const wxStringwxGetTranslation (const wxString &string, const wxString &plural, unsigned n, const wxString &domain=wxEmptyString)
 This is an overloaded version of wxGetTranslation(const wxString&, const wxString&), please see its documentation for general information. More...
 
const wxString_ (const wxString &string)
 Macro to be used around all literal strings that should be translated. More...