XXIII. GNU Gettext

The gettext functions implement a NLS (Native Language Support) API which can be used to internationalize your PHP applications. Please see the GNU gettext documentation for a thorough explanation of these functions.

Table of Contents
bindtextdomain — Sets the path for a domain
dcgettext — Overrides the domain for a single lookup
dgettext — Override the current domain
gettext — Lookup a message in the current domain
textdomain — Sets the default domain