Strange Problem with default.po

2011-10-16 Thread Marcus James
Hi All, I have a strange problem with default.po file, i am creating a multi-lingual website, the problem is the when i see the file in windows any browser the site works fine and all text are loaded from default.po but when i access the website from a macbook it doesnot show the text from

Re: Strange Problem with default.po

2011-10-16 Thread majna
try: echo Configure::read('Config.language'); (in a view or layout, and test on both OS) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related

Re: Strange Problem with default.po

2011-10-16 Thread majna
maybe default language is auto detected based on browser headers echo env('HTTP_ACCEPT_LANGUAGE'); -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related