Archive | L10n RSS feed for this section

[CakePHP] How to fallback to default language while using Translate behavior

TweetFor one of my projects, I had a requirement from a client to fallback to default language if a phrase in chosen language was not found. This had to be done using CakePHP's Translate behavior. Following is the step by step guide to modify Translate behavior so that it will fallback to default language for [...]

Read full story · Comments { 2 }

Multilingual apps with CakePHP

TweetNote: If you are looking for a way to set page titles in CakePHP it is here There are basic two ways to creating a multilingual app in traditional PHP, using a file with variables for each of the phrase which our Coppermine Picture Gallery uses and then there is the gettext series of functions [...]

Read full story · Comments { 17 }