Question: Choose Default Admin Language

Choose Default Admin Language

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 adva

S

Ste

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
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • S

    Ste

    Answered
    Hi,

    Italian is in the topbar list but not in the system setting list... why?

    Thak you
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • S

    Ste

    Answered
    Ok... so I have to add ITALIAN in the system setting by hardcoding, right? which page do i have to edit? thank you in advance
  • MS

    Mian Saleem

    Answered
    Hello,

    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