On Wed, Dec 9, 2009 at 3:27 AM, Jayanand Bhushi <[email protected]> wrote: > Hi all, > > Im newbie to cakephp. But have implemented so many cakephp concept. > Now I want to implement internationalization to my application. > I dont know wat to use. i18n, p28n or l10n. > I even dont the difference between them.
Internacionalization: an "i", eighteen letters and a "n", i18n. Localization: an "l", ten letters and a "n", l10n. What's the difference? http://www.google.com.br/search?q=define%3Ai18n http://www.google.com.br/search?q=define%3Al10n p28n is name of a user component to change the language of a CakePHP application based on parameters in the URL. It's described here[1]. > Please give me one sample so that I can continue with it for my modules. Start with the basics [2]. Best regards. [1] http://bakery.cakephp.org/articles/view/p28n-the-top-to-bottom-persistent-internationalization-tutorial [2] http://book.cakephp.org/view/162/Internationalizing-Your-Application -- MARCELO DE F. ANDRADE Belem, PA, Amazonia, Brazil Linux User #221105 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
