Interface ILocalizationProvider<T>

All Known Subinterfaces:
IEnumLiteralLocalizationProvider, IFeatureNameLocalizationProvider
All Known Implementing Classes:
DtGranularEditorSectionLocalizationProvider, EnumLiteralLocalizationProvider, EventNameLocalizationProvider, FeatureNameLocalizationProvider, LegacyCheckLocalizationProvider, LocalizationManager, LocalizedEnumProvider, ManagerBasedLocalizationProviderBase

public interface ILocalizationProvider<T>
Defines public contract of localization providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    getString(T object)
    Obtains string representation of a given object specific to this provider.
  • Method Details

    • getString

      String getString(T object)
      Obtains string representation of a given object specific to this provider.
      Parameters:
      object - object to obtain string representation of. Should not be null.
      Returns:
      obtained string representation or null if no presentation available.