S
Asked
Hi,
i'd like to choose a default admin language (ie Italian)... how to do?
And, after fixed default admin language, how i can hide languages selector from admin top bar?
Thank you in advance
i'd like to choose a default admin language (ie Italian)... how to do?
And, after fixed default admin language, how i can hide languages selector from admin top bar?
Thank you in advance
- MSAnsweredHello,
You can choose the language in system settings.
To remove the language selection from top bar, you will need to modify the header `themes/default/admin/views/header.php` view file code.
Thank you - SAnsweredHi,
Italian is in the topbar list but not in the system setting list... why?
Thak you - MSAnsweredHello,
The system settings option are hardcoded while the top bar generates the list dynamically from the language folder.
If you don't need any language, you can delete the language folder in `app/language/`
Thank you - SAnsweredOk... so I have to add ITALIAN in the system setting by hardcoding, right? which page do i have to edit? thank you in advance
- MSAnsweredHello,
You can refer to the documentation.pdf There is section for adding language.
The settings view file is `themes/default/admin/views/settings/index.php`
Thank you - Login to Reply