摘要: ::wxGetTranslation()
const wxChar * wxGetTranslation(const wxChar* str, const wxChar* domain = NULL)
const wxChar * wxGetTranslation(const wxChar* str, const wxChar* strPlural, size_t n, const wxChar* domain = NULL)
This function returns the translation of string str in the current locale. If the string is not found in any of the loaded message catalogs (see internationalization overview), the original string is returned. In debug build, an error message is logged -- t
阅读全文