Interface ILocalizableSupport

All Known Subinterfaces:
IDesignAnnotation, IDesignTreatmentGroupTask

public interface ILocalizableSupport
Support for multi languages labels
Author:
omenuel
  • Method Details

    • getLocalizableType

      String getLocalizableType()
      Unique type (will be used in XLS localization import/export)
      Returns:
      unique type for the scope
    • getLocalizableName

      String getLocalizableName()
      Unique localization name for the given scope and type (will be used in XLS localization import/export)
      Returns:
      unique id for the scope
    • getLocalizationScope

      ILocalizationScope getLocalizationScope()
      Scope of the localizable name
      Returns:
      ILocalizationScope used by the localizable support