How to add a DropDown Language Picker (i18n) to the Menu

Comparing #1 with #2

Revision #2 was created by JQL JQL on Nov 24, 2023, 6:28:58 PM.

Formatting the code

Tags

i18n,AJAX,bootstrap,internationalization,bootstrap menu

Content

[...]
// Message categories to ignore
'ignoreCategories' => [
'yii',
],
*/

 
/*
// 'db' output format is for saving messages to database.
'format' => 'db',
[...]
// 'messageTable' => '{{%message}}',
*/

 
/*
// 'po' output format is for saving messages to gettext po files.
'format' => 'po',
// Root directory containing message translations.
'messagePath' => __DIR__ . DIRECTORY_SEPARATOR . 'messages',
// Name of the file that will be used for translations.
[...]