13.5.13 wxWindows library 
- RPMs
 - wxGTK, gettext
 - File extension
 cpp
- String syntax
 "abc"
- gettext shorthand
 _("abc")
- gettext/ngettext functions
 wxLocale::GetString, wxGetTranslation
- textdomain
 wxLocale::AddCatalog
- bindtextdomain
 wxLocale::AddCatalogLookupPathPrefix
- setlocale
 wxLocale::Init, wxSetLocale
- Prerequisite
 #include <wx/intl.h>
- Use or emulate GNU gettext
 - emulate, see 
include/wx/intl.h and src/common/intl.cpp
 - Extractor
 xgettext
- Formatting with positions
 - ---
 - Portability
 - fully portable
 - po-mode marking
 - yes
 
  
This document was generated
on May 6, 2002
using texi2html