Package com.axemble.vdoc.sdk.supports
Interface ILocalizableSupport
- All Known Subinterfaces:
- IDesignAnnotation,- IDesignTreatmentGroupTask
public interface ILocalizableSupport
Support for multi languages labels
- Author:
- omenuel
- 
Method SummaryModifier and TypeMethodDescriptionUnique localization name for the given scope and type (will be used in XLS localization import/export)Unique type (will be used in XLS localization import/export)Scope of the localizable name
- 
Method Details- 
getLocalizableTypeString getLocalizableType()Unique type (will be used in XLS localization import/export)- Returns:
- unique type for the scope
 
- 
getLocalizableNameString getLocalizableName()Unique localization name for the given scope and type (will be used in XLS localization import/export)- Returns:
- unique id for the scope
 
- 
getLocalizationScopeILocalizationScope getLocalizationScope()Scope of the localizable name- Returns:
- ILocalizationScope used by the localizable support
 
 
-