To get this working properly on debian, install the locales-all package. I just spent a few hours finding a bug where it wouldn't work because that package is missing
Gettext
- Introducción
- Installing/Configuring
- Constantes predefinidas
- Gettext Functions
- bind_textdomain_codeset — Especificar la codificación de caracteres con la que serán devueltos los mensajes del catálogo DOMINIO
- bindtextdomain — Define la ruta para un dominio
- dcgettext — Sobrescribe el dominio para una búsqueda única
- dcngettext — Versión plural de dcgettext
- dgettext — Sobrescribir el dominio actual
- dngettext — Versión plural de dgettext
- gettext — Consultar un mensaje en el dominio actual
- ngettext — Versión plural de gettext
- textdomain — Establece el dominio predeterminado
Gettext
php at devicenull dot org
21-Aug-2008 10:58
21-Aug-2008 10:58
thomasdecaux at hotmail dot com
14-Aug-2008 04:42
14-Aug-2008 04:42
Gettext is a function allowing to get translated text from a table. Its the common function used to internationalize a web site.
