XXXV. Gettext (GNU)
Les
fonctions
gettext
implémentent
l'
API
NLS
(Native
Language
Support
)
qui
peut
servir
à
internationaliser
vos
scripts
PHP
.
Lisez
la
documentation
GNU
pour
plus
d
'
explications
sur
ces
fonctions
.
-
Table des matières
-
bind_textdomain_codeset
-- Specify the character encoding in which the messages
from the DOMAIN message catalog will be returned
-
bindtextdomain
-- Fixe le chemin d'un domaine.
-
dcgettext
-- Remplace le domaine lors d'une recherche.
-
dcngettext
-- Plural version of dcgettext
-
dgettext
-- Remplace le domaine courant.
-
dngettext
-- Plural version of dgettext
-
gettext
-- Recherche un message dans le domaine courant.
-
ngettext
-- Plural version of gettext
-
textdomain
-- Fixe le domaine par défaut.