Hi, I am using recent Cake build (1.2.0.6311 beta), I am also working on a Multi-language site, same like you, I prefix the locale in front the controller, like
en-gb/controller/action rus/controller/action and I enable the cache, cache view generate in app\tmp\cache\views have the file name locale_controller_action.php format, that is it will append the prefix to it, but the problem, for every access to the url, it will regenerate the cache view again, even slowing down the system more, and it still access the database also. I am not sure what went wrong, but if anyone can let me know how to create a multi language site with caching, please let me know, thank you www.generics.ws www.genericsmed.com On Apr 23, 3:27 pm, Krommenaas <[EMAIL PROTECTED]> wrote: > I'm setting it where I'm using it. Since it's based on the domain name > I can set it anywhere. I suppose if you store the user language in a > cookie you could also read it anywhere. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
