Re: [Gambas-user] Translated strings from settings file

2009-06-17 Thread BenoƮt Minisini
> Hi guys, > > I'm using the gb.settings component to read a settings file and > manipulate it's values in my application. > My question is > My application is also translated into other languages... How would > can I make sure the strings coming from the settings file get > translated also? >

[Gambas-user] Translated strings from settings file

2009-06-16 Thread M0E Lnx
Hi guys, I'm using the gb.settings component to read a settings file and manipulate it's values in my application. My question is My application is also translated into other languages... How would can I make sure the strings coming from the settings file get translated also? Anyone ever done