Articles tagged with "i18n"
TranslationHelper
This uses the HTTP_ACCEPT_LANGUAGE to determine the current users most accepted language. It takes the the first one of all accepted, then looks up the available translations and delivers. If all fails, or no good translation was found, it returns the default string.
[Read more] UTF8 Multibyte behavior
Simple way to make sure all your persisted data is in utf8 / same encoding
[Read more] p28n, the top to bottom persistent internationalization tutorial.
For some developers, allowing a website to support multiple languages is essential. Luckily cakePHP 1.2 has the foundations available to make this possible.
[Read more] MySQL collation behavior
A simple behavior that sets proper collation for order by SQL statements based on the current localization.
[Read more]
Latest Comments