> Hi to all,
> declaring a string like:
> 
> MyClass.Class
> 
> Create Private
> 
> PRIVATE CONST MYSTRING As String = ("A string")
> 
> and using that string in another class like
> 
> MyForm.Class
> 
> MyForm.Caption = MyClass.MYSTRING
> 
> even if the string is correctly translated trough the Translate Tool in
> the IDE when the form opens the caption appears in the default language.
> Is this correct or could be fixed?
> Thanks in advance,
> Emanuele
> 

Right, there is a problem: the constant is not translated when you access it 
as a public symbol of a class.

I don't know if I can fix it yet...

-- 
Benoît Minisini

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to