[Gambas-user] Linux Mint - Project Localization

Benoît Minisini g4mba5 at gmail.com
Tue Nov 6 17:46:44 CET 2018


Le 06/11/2018 à 17:29, David Sanromá a écrit :
> 
> Hello again, I think I found something....
> 
> For some reason:
> 
> $ echo $LANGUAGE
> es_ES:es                 <----- Strange format to me, but I don't know 
> much about this Environment Variables.
> 
> 
> $ echo $LANG
> 
> es_ES.UTF-8          <---- Looks ok to me
> 
> if I run:
> 
> $ LANGUAGE=$LANG gambas3
> 
> 
> The IDE comes up in Spanish just fine... ;)
> 
> 
> Just FYI,
> 
> David
> 
> 
> 

OK, I see: the LANGUAGE environment variable is automatically fixed by 
the interpreter, but only when the language is set explicitly (what you 
done when writing "System.Language = System.Language").

I will make the interpreter do the same fix at startup too.

P.S. Please answer on the mailing-list.

-- 
Benoît Minisini


More information about the User mailing list