Articles tagged with "i18n"

TranslationHelper

By Kjell Bublitz
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

By Christian Winther
Simple way to make sure all your persisted data is in utf8 / same encoding
[Read more]

p28n, the top to bottom persistent internationalization tutorial.

By Jason Chow
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

By Pawel Gasiorowski
A simple behavior that sets proper collation for order by SQL statements based on the current localization.
[Read more]