[Gambas-user] IDE Default language for new projects

Bruce Steers bsteers4 at gmail.com
Wed Jan 25 01:08:42 CET 2023


Opps sorry my mistake, the With should be a String[] not a String
(obviously the error msg says that)

BruceS

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

> El 24/1/23 a las 23:15, Bruce Steers escribió:
> > 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"
>
> I hadn't tried it. then when you told me to try it but it didn't work, I
> got this error (please see the attachment).
>
> Is the Gambas shell the same as the linux shell?
>
> What I want is to open a Gambas project that is in another language
> different from my locale (spanish) for example in french in that other
> locale, I want to see the ide in that other language.
> And if I put the command in the terminal it works but if I do it from
> Gambas it does not.
> Best regards.
> Martin.
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230125/82c22aec/attachment.htm>


More information about the User mailing list