Packagestimulsoft.report.globalization
Interfacepublic interface IStiGlobalizationProvider
Implementors StiChart, StiRichText, StiText



Public Methods
 MethodDefined By
  
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
Method Detail
getAllStrings()method
public function getAllStrings():Array

Returns array of the property names which can be localized.

Returns
Array
getString()method 
public function getString(propertyName:String):String

Gets localized string from specified property name.

Parameters

propertyName:String

Returns
String
setString()method 
public function setString(propertyName:String, value:String):void

Sets localized string to specified property name.

Parameters

propertyName:String
 
value:String