| Package | stimulsoft.report.globalization |
| Interface | public interface IStiGlobalizationProvider |
| Implementors | StiChart, StiRichText, StiText |
| Method | Defined By | ||
|---|---|---|---|
getAllStrings():Array Returns array of the property names which can be localized. | IStiGlobalizationProvider | ||
getString(propertyName:String):String Gets localized string from specified property name. | IStiGlobalizationProvider | ||
setString(propertyName:String, value:String):void Sets localized string to specified property name. | IStiGlobalizationProvider | ||
| getAllStrings | () | method |
public function getAllStrings():ArrayReturns array of the property names which can be localized.
ReturnsArray |
| getString | () | method |
public function getString(propertyName:String):StringGets localized string from specified property name.
Parameters
propertyName:String |
String |
| setString | () | method |
public function setString(propertyName:String, value:String):voidSets localized string to specified property name.
Parameters
propertyName:String | |
value:String |