Default language selecting not work

  • I select hungarian at default language but system still in english


    Fresh OS install and fresh i-mscp install (os debian 6)
    I installed on another server but this is still in failure.
    I push save & rebuild indexes but nothing happen...still in english

  • check the language selected in "profile"


    EDIT:
    After a fresh install the default language is set to english.
    If you set the default language to any other language, this will only be set to user or reseller which are added after changing the default language.
    All user which are added before changing the default language have to change it in their profile.
    Or you have to set the language for all to hungarian with sql.


    Something like that: (i can't look for the right columns because i am at work and can only use my mobile)


    UPDATE admin SET language = 'hu_HU' WHERE language = 'en_GB';


    you have to look if language is the right column name and how the value for your prefered language has to look. Maybe set one customer to the right value and have a look in his db entry.

  • He already did it but he also wants to set his customers language to hu_HU which are added before setting default language.