Revision #14 has been created by JQL on Dec 5, 2023, 7:12:24 PM with the memo:
Moved image
« previous (#13) next (#15) »
Changes
Title
unchanged
How to add a DropDown Language Picker (i18n) to the Menu
Category
unchanged
How-tos
Yii version
unchanged
2.0
Tags
unchanged
i18n,AJAX,bootstrap,internationalization,bootstrap menu
Content
changed
# How To Add Internationalisation to the NavBar Menu in Yii2
<img src="https://visualaccounts.co.uk/images/screenshots/Screenshot_i18n_s.png" /><img src="" />
Yii comes with internationalisation (i18n) "out of the box". There are instructions in the manual as to how to configure Yii to use i18n, but little information all in one place on how to fully integrate it into the bootstrap menu. This document attempts to remedy that.
<img src="https://visualaccounts.co.uk/images/screenshots/Screenshot_i18n_s.png" /><img src="" />
The Github repository also contains the language flags, some country flags, a list of languages codes and their language names and a list of the languages Yii recognises "out of the box". A video will be posted on YouTube soon.
---
Ensure that your system is set up to use i18n. From the Yii2 Manual:[...]