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 Type
    Method
    Description
    Returns array of the property names which can be localized.
    getString(String propertyName)
    Gets localized string from specified property name.
    void
    setString(String propertyName, String value)
    Sets localized string to specified property name.
  • Method Details

    • setString

      void setString(String propertyName, String value)
      Sets localized string to specified property name.
      Parameters:
      propertyName -
      value -
    • getString

      String getString(String propertyName)
      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.