Interface InternationalString

    • Method Detail

      • toString

        String toString​(Locale locale)
        Returns this string in the given locale. If no string is available in the given locale, then some default locale is used. The default locale is implementation-dependent. It may or may not be the system default.
        Parameters:
        locale - The desired locale for the string to be returned, or null for a string in the implementation default locale.
        Returns:
        The string in the given locale if available, or in the default locale otherwise.