Next: sh, Previous: List of Programming Languages, Up: List of Programming Languages [Contents][Index]
gcc、gpp、gobjc、glibc、gettext
C: c、h
C++: C、c++、cc、cxx、cpp、hpp
Objective C: m
"abc"
_("abc")
gettext、dgettext、dcgettext、ngettext、dngettext、dcngettext
textdomain関数
bindtextdomain関数
プログラマーは、setlocale (LC_ALL, "")を呼び出さなければなりません。
#include <libintl.h>
#include <locale.h>
#define _(string) gettext (string)
使用
xgettext -k_
fprintf "%2$d %1$d"
C++はautosprintf "%2$d %1$d" (Introduction in GNU autosprintfを参照してください)
autoconf(gettext.m4)、および#if ENABLE_NLS
yes
examplesディレクトリーの以下の例が利用できます:
hello-c、hello-c-gnome、hello-c++、hello-c++-qt、hello-c++-kde、hello-c++-gnome、hello-c++-wxwidgets、hello-objc、hello-objc-gnustep、hello-objc-gnome