07-19-2007, 09:27 AM
[eluser]starbbs[/eluser]
In the language file, there is still a problem with the load() function. What happens if a user want to switch languages inside his preferences ?
doesnt this code prevents to load a other language file ? because it already loaded say: the english in stead of the french ?
In the language file, there is still a problem with the load() function. What happens if a user want to switch languages inside his preferences ?
Code:
if (in_array($langfile, $this->is_loaded, TRUE))
{
return;
}
doesnt this code prevents to load a other language file ? because it already loaded say: the english in stead of the french ?