Tag Archives: i18n

Number format by country

Source: International Number Formats Format Country 1,234.56 – Invariant Language (Invariant Country) ar-SA – Arabic (Saudi Arabia) zh-TW – Chinese (Taiwan) en-US – English (United States) he-IL – Hebrew (Israel) ja-JP – Japanese (Japan) ko-KR – Korean (Korea) th-TH – … Continue reading

Posted in General | Tagged | Leave a comment

Currency Internationalization (i18n), Multiple Currencies and Foreign Exchange (FX)

Currency Internationalization (i18n), Multiple Currencies and Foreign Exchange (FX)

Posted in web | Tagged | Leave a comment

Multibyte PHP Functions

Source: Using Multi-Byte Character Sets in PHP (Unicode, UTF-8, etc) The following list details the PHP string functions which could cause problems when handling multi-byte strings. The multi-byte safe alternative is given when available: mail() Try mb_send_mail() instead. strlen() Try mb_strlen() instead. strpos() Try mb_strpos() instead. … Continue reading

Posted in PHP | Tagged , , | Leave a comment

PHP i18n using gettext

Localizing PHP web sites using gettext Setup i18n gettext in your PHP application Benchmarking PHP Localization – Is gettext fast enough?

Posted in Useful links | Tagged , | Leave a comment