Hello all!

First of all thanks in advance to all who will answer.

I'm not using i18n, but i have a multilanguage website on cake.

Premises: There are a few issues to consider here. We want our links
to be translated. They are user-friendly and seo-friendly. And they
use various keywords that really do need to be translated so that the
user understands what they mean (and also to allow better language-
related indexing).

Im using Cake 1.2 routes. I know i could set different routes for each
language. Thus, i need to hard code them all.

I also need realtime translation: user selects another language, we
need to redirect them to the same page, but with the url translated
into the new language. Also, all the other links in the page need to
be translated as well.

I did this using all the routes i need for all the languages and a
translateLink function, which basically means that i have to write the
Routes twice.

I know this might sound rather stupid to some of you. If so, please
tell me why :)

I appreciate any kind of feedback :) Thank you.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to