Interface Localizable

    • Method Detail

      • getSourceString

        String getSourceString()
        Get the source (non-localized) string.
        Returns:
        source string
      • getLocalizedString

        String getLocalizedString​(Locale locale)
        Get the localized string.
        Parameters:
        locale - locale into which to get the string
        Returns:
        localized string or the source string if no localized version is available