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
- Introducere
- Instalarea / configurarea
- Constante predefinite
- Gettext Funcţii
- bind_textdomain_codeset — Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
- bindtextdomain — Sets the path for a domain
- 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
Gettext
php at devicenull dot org
21-Aug-2008 03:58
21-Aug-2008 03:58
thomasdecaux at hotmail dot com
14-Aug-2008 09:42
14-Aug-2008 09:42
Gettext is a function allowing to get translated text from a table. Its the common function used to internationalize a web site.
