Gettext
内容摘要
Gettext函数列表
文章正文
bindtextdomain - Sets the path for a domain
bind_textdomain_codeset - Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
dcgettext - Overrides the domain for a single lookup
dcngettext - Plural version of dcgettext
dgettext - Override the current domain
dngettext - Plural version of dgettext
gettext - Lookup a message in the current domain
ngettext - Plural version of gettext
textdomain - Sets the default domain
bind_textdomain_codeset - Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
dcgettext - Overrides the domain for a single lookup
dcngettext - Plural version of dcgettext
dgettext - Override the current domain
dngettext - Plural version of dgettext
gettext - Lookup a message in the current domain
ngettext - Plural version of gettext
textdomain - Sets the default domain
代码注释