feha
Posts: 712
|
| Posted: 06/09/2009, 12:39 AM |
|
OK, internationalization works except Yes/No text for boolean.
Any fix ?
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
jjrjr1
Posts: 942
|
| Posted: 06/10/2009, 11:16 PM |
|
Hi
Not sure what you are asking. Since boolean values can be 1 0 or Y N etc. There might not be a built in way to do this but you could do the translation in the before show event using the CCALocales() class I think.
$AObject=$CCSLocales->GetText("Yes")
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
feha
Posts: 712
|
| Posted: 06/25/2009, 10:08 AM |
|
Thanks Melvyn, I know but this should be supported by CCS in automatic manner ...
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
|