lajax/yii2-language-picker

Flag for Odia language,India

Closed this issue · 1 comments

I cant get the correct flag for the language Odia( language code - or/ori),which is an Indian language. besides I get the correct flag for Hindi. How can I change the flag in such situation?
languages_flags

You can override the default assets packed with the extension.

See config section in the readme:

<?= \lajax\languagepicker\widgets\LanguagePicker::widget([
    'languageAsset' => 'lajax\languagepicker\bundles\LanguageLargeIconsAsset',      // StyleSheets
]); ?>

You just need to create you own stylesheet, and assetbundle, wich contains the flags you need.