Default language problem
ivan-ionut29 opened this issue · 1 comments
ivan-ionut29 commented
In my config I set:
'language' => 'ro',
...........
'urlManager' => [
'class' => 'codemix\localeurls\UrlManager',
'languages' => ['ro', 'en'],
]
I want that my app to ignore browser default language, sessions and cookies ( for this language issue), so that the default language to be 'ro'.
mikehaertl commented
Sorry, this is not a support forum. Please check the README or the class source to find the available configuration options.