-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locale not intercepted #82
Comments
Sorry, |
I have a similar issue...Is it possible that the guessers aren't working? |
@lughino you have to decide if you use stateful or stateless. If a language is found, the guesser exits. So, if query is used at first and the query is guessed via the query guesser, no cookie / session will be set. Which version of symfony are you using and which version / tag of the localebundle |
I hope it's OK if I post here aswell.
From my composer.json:
|
Could you try with master version please? 2013/7/18 jernejpangersic [email protected]
|
EDIT: I added "lunetics/locale-bundle": "dev-master", to composer.json Unfortunately it still doesn't get the locale from user's browser. |
is this still relevant? can we close the issue? |
I have the same problem. It doesn't write the cookie. "symfony/symfony": "2.5.", |
Same problem. And I have the cookie on change and Cookie/Session/browser as order |
I have the same problem as you, I investigated in the code, and If i do some echo in the code, the cookie change it value when i use the local_switcher, but not if i dump nothing |
Hello,
I have a problem like this:
I have the routes set this way:
if I go to www.example.com is set to the default local and not that of the user.
I have configured this way:
But if imposed as this configuration:
even if switch to another language does not change the value of the session and cookies.
Is there a problem, or I'm wrong configuration?
How can I get what I want?
thanks
The text was updated successfully, but these errors were encountered: