lajax/yii2-language-picker

Awkward GET params

Closed this issue · 0 comments

Currently this extension is sending the following GET request

?language-picker&language=xx-ZZ

which is kind of weird, as those are 2 separate parameters. Even further, language is too broad and could mean anything for any other extension.

Maybe a better idea would be to send just one, good isolated, parameter, like

?language-picker-language=xx-ZZ