[Gambas-user] How to use a different language than the desktop

Gianluigi gradobag at gradobag.it
Mon Aug 28 10:12:45 CEST 2023


Il 28/08/23 09:47, Gianluigi ha scritto:
> Il 28/08/23 03:41, Martín ha scritto:
>> Hi there.
>>
>> How can I force a Gambas program to use a different language than the 
>> desktop? for example my desktop is in Spanish but I want the gambas 
>> program run in French (the phrases are in English)
>>
>> I try LANG=FR But doesn't work.
>>
>> Then LANGUAGE=FR But doesn't work neither.
>>
>> At run time I managed to change the dark and light color theme, also 
>> the system icons or the custom ones, but I couldn't change the language.
>>
>> https://imgur.com/FNKb3sr
>>
>> Best regards
>>
>> https://imgur.com/FNKb3sr
>>
>> https://imgur.com/FNKb3sr
>>
>> Martin.
>>
>> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
> Hi Martin,
>
> I'm not sure I understand, can this project help?
>
> Regards
>
> Gianluigi
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----

I forgot if you use a dark theme, you need to change this code like this:
Action[sAction].Picture = Picture.Load(sPath)' Picture[sPath]

Ciao

Gianluigi



More information about the User mailing list