Interface IStiGlobalizationProvider
- All Known Implementing Classes:
StiChart,StiContourText,StiCrossCell,StiCrossColumn,StiCrossColumnTotal,StiCrossField,StiCrossHeader,StiCrossRow,StiCrossRowTotal,StiCrossSummary,StiCrossSummaryHeader,StiCrossTitle,StiCrossTotal,StiRichText,StiSystemText,StiTableCell,StiTableCellRichText,StiText,StiTextInCells
public interface IStiGlobalizationProvider
-
Method Summary
Modifier and TypeMethodDescriptionString[]Returns array of the property names which can be localized.Gets localized string from specified property name.voidSets localized string to specified property name.
-
Method Details
-
setString
Sets localized string to specified property name.- Parameters:
propertyName-value-
-
getString
Gets localized string from specified property name.- Parameters:
propertyName-- Returns:
-
getAllStrings
String[] getAllStrings()Returns array of the property names which can be localized.- Returns:
- Returns array of the property names which can be localized.
-