Hi,
I'm getting with setting correct culture for internal links
I'm configuring my application to work with multiple languages:
I've enabled i18n
all:
.settings:
i18n: on
charset: utf-8
I've set a default culture
all:
default_culture: fr_FR
and when my user logs in, I set it's stored culture as default
$this->getContext()->getUser()->setCulture($user->getCultureId());
then it's culture is set perfectly. But in the links I get the full
culture not only the language.
Is it normal ? what would you advise me to get only the langauge in
the url ?
Thanks in advance
Nicolas Binet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---