codemix/yii2-localeurls

Default language problem

ivan-ionut29 opened this issue · 1 comments

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'.

Sorry, this is not a support forum. Please check the README or the class source to find the available configuration options.