[Gambas-user] IDE Default language for new projects

Bruce Steers bsteers4 at gmail.com
Tue Jan 24 23:15:45 CET 2023


Have you tried using "With" to pass the env?

Shell "'/usr/bin/gambas3' '/home/user/test'" With "LANG=fr_FR.UTF-8"

And Exec With

Exec [ "/usr/bin/gambas3" , "/home/user/test"] With "LANG=fr_FR.UTF-8"



On Tue, 24 Jan 2023, 21:43 Martin, <mbelmonte at belmotek.net> wrote:

> El 21/1/23 a las 23:12, gian via User escribió:
> > Hi Martin,
> >
> > If I type in the terminal:
> > $ LANG="de_DE.UTF-8" gambas3
> > here I open Gambas in German
> > (of course the language must be installed in the system)
> >
> > As far as I know in GNU Linux the base language is US English and Gambas
> > respects the rule.
>
> Hi,
>
> Its works only in linux terminal but not in internal gambas call Shell.
> Any idea?
>
> If I write this in linux terminal the Gambas3 IDE open at the project
> "test" in french.
>
> LANG='fr_FR.UTF-8' '/usr/bin/gambas3' '/home/user/test'
>
> But if I use:
>
> Shell "LANG='fr_FR.UTF-8' '/usr/bin/gambas3' '/home/user/test'"
>
> This open the project but in my local lamguage (spanish) not in French.
>
> Best regards.
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230124/aeba6961/attachment-0001.htm>


More information about the User mailing list