Next: Tcl - Tk’s scripting language, Previous: Vala, Up: Individual Programming Languages [Contents][Index]
wxGTK, gettext
libwxgtk3.0-dev
cpp
"abc"
_("abc")
wxLocale::GetString
, wxGetTranslation
wxLocale::AddCatalog
wxLocale::AddCatalogLookupPathPrefix
wxLocale::Init
, wxSetLocale
#include <wx/intl.h>
emulate, see include/wx/intl.h
and src/common/intl.cpp
xgettext
wxString::Format supports positions if and only if the system has
wprintf()
, vswprintf()
functions and they support positions
according to POSIX.
fully portable
yes