gettext

The gettext functions implement an NLS (Native Language Support) API

The Gettext extension in PHP allows you to internationalize your applications by providing support for language translations. This extension is included by default, but it needs to be activated in the `php.ini` file. Uncomment the line `;extension=gettext` and restart your web server to enable it.

Already included with PHP.