Interface Localized

All Known Subinterfaces:
Option<T>, Quality
All Known Implementing Classes:
AccessRightsType, ActivityLevel, AgeRestriction, AlarmState, AlertSeverity, AuthenticationStrategy, AuthenticatorFailoverMode, BasicQuality, BrowseElementType, ContextState, DataQuality, DataType, DropoutCondition, InterpolationMode, LaunchScriptPolicy, LocalizedString, ModuleFaultCause, ModuleState, NodeRole, OpcConnection.State, OpcDataMode, Option.RawOption, ProjectState, PropertyType, RemoteServiceAccessLevel, SampleMode, ScanClassComparison, ScanClassMode, TagAttribute, TagExecutionMode, TagGroupMode, TimeUnits, TransactionIsolationLevel, TTSSpeed

public interface Localized
This interface is used to provide a localized string representation of a class.
  • Method Summary

    Modifier and Type
    Method
    Description
    toString(Locale locale)
    Returns a localized string representation of this object for the given Locale.
  • Method Details

    • toString

      String toString(Locale locale)
      Returns a localized string representation of this object for the given Locale.
      Parameters:
      locale - The locale to use for translation.
      Returns:
      A localized string.