How To Set The Deafault Frontend Language

Hello again,

I am having trouble setting up multilanguage function to my website. Although I have set Greek as the default language everywhere, in all browsers the default language is English. I found lots of posts with the same problem and one solution here Can anyone tell me if this works for version 4? Or if there is another workaround for this situation?

Another user suggests this

comment these lines:

// elseif (!fn_get_session_data('cart_language' . $area) && $_lc = fn_get_browser_language($avail_languages)) {
        // fn_define('CART_LANGUAGE', $_lc);
    //}

Any ideas?

Hello again,

I am having trouble setting up multilanguage function to my website. Although I have set Greek as the default language everywhere, in all browsers the default language is English. I found lots of posts with the same problem and one solution here Can anyone tell me if this works for version 4? Or if there is another workaround for this situation?

Another user suggests this

comment these lines:

// elseif (!fn_get_session_data('cart_language' . $area) && $_lc = fn_get_browser_language($avail_languages)) {
        // fn_define('CART_LANGUAGE', $_lc);
    //}

Any ideas?

Yes, this solution should work with all 4.x.x versions

ok I just tried it and it works, thank you. I guess this should be fixed in the next version