Class DummyLocalizable

    • Constructor Detail

      • DummyLocalizable

        public DummyLocalizable​(String source)
        Simple constructor.
        Parameters:
        source - source text
    • Method Detail

      • getSourceString

        public String getSourceString()
        Gets the source (non-localized) string.
        Specified by:
        getSourceString in interface Localizable
        Returns:
        the source string.
      • getLocalizedString

        public String getLocalizedString​(Locale locale)
        Gets the localized string.
        Specified by:
        getLocalizedString in interface Localizable
        Parameters:
        locale - locale into which to get the string.
        Returns:
        the localized string or the source string if no localized version is available.