[Gambas-user] View translations 2
ron
ronstk at ...239...
Thu Jun 7 06:00:12 CEST 2007
On Thursday 07 June 2007 01:00, Benoit Minisini wrote:
> On mercredi 06 juin 2007, nogueira_jr wrote:
> > |if you try:
> > |
> > |export LANG=fr_FR; gambas2
> > |
> > |do you see Gambas IDE in French?
> >
> > No... in Portuguese (my default language).
> >
> > Nogueira
>
> You have two environment variable to set:
>
> LANG=fr_Fr LANGUAGE=fr_Fr gambas2
>
> Regards,
>
Note to nogueira_jr, it must be ALL on one line!
I did this method for testing dutch translation on a english based system.
LANG=fr_Fr LANGUAGE=fr_Fr gambas2
About the exampleswith 'export' it should be the same
export LANG=fr_FR; gambas2
If you want more lines act as one line use ()
(
export LANG=fr_FR
export LANGUAGE=fr_FR
gambas2
)
---
Ron
More information about the User
mailing list