Next: , Previous: , Up: List of Programming Languages   [Contents][Index]


15.5.15 wxWidgetsライブラリー

RPM

wxGTK、gettext

ファイル拡張子

cpp

文字列構文

"abc"

gettextの略記

_("abc")

gettext/ngettext関数

wxLocale::GetStringwxGetTranslation

textdomain

wxLocale::AddCatalog

bindtextdomain

wxLocale::AddCatalogLookupPathPrefix

setlocale

wxLocale::InitwxSetLocale

必要条件

#include <wx/intl.h>

GNU gettextの使用またはエミュレート

エミュレート、include/wx/intl.hsrc/common/intl.cppを参照してください。

抽出プログラム

xgettext

位置の書式

wxString::Formatはシステムにwprintf()vswprintf()関数があり、それらがPOSIX準拠の位置指定をサポートする場合のみ、位置指定をサポートします。

可搬性

完全な可搬性がある

po-modeでのマーキング

yes