Hi, I need to set up 'member' prefix for my page with its
localization.

So my address is now ... example.com/member/dashboard/index

BUT, how can I translate the word member to other language? Let say I
wish to use a spanish word 'miembro' in URL but english word 'member'
as action prefix in the controller.

- New address would be ... example.com/miembro/dashboard/index
- Controller's name: member_index() { ... }

Is it possible?? ... that $html->link() will return always 'miembro'
as a part of URL
 address instead of 'member'??

Thanks
Tomas

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to