I created a simple web page to compare the performance of various localization methods for PHP. It only contains 3 localized strings and does not use advanced features of gettext (e.g. plurals). I wrote a version using the gettext PHP extension (“gettext Ext.”), one using PHP-gettext (“gettext PHP”, a gettext implementation written in pure PHP) …
Tag Archives: i18n
Facebook Open Graph locales
See FB’s i18n documentation for help. More specifically there is a complete list of supported locales. Unfortunately Australian English isn’t awesome enough to be considered as a separate thing; you’ll be choosing between UK and US English.
i18n gettext in PHP
gettext is the GNU internationalization and localization (i18n) library. It is commonly used for writing multilingual programs. It has an implementation in a lot of different languages and it’s also commonly used in PHP applications.