Interface IMultilingualText

    • Method Detail

      • containsLocaleWithFallback

        boolean containsLocaleWithFallback​(@Nullable
                                           Locale aLocale)
        Check if the passed locale is directly or by fallback contained. The implementation class MUST add locale-generalisation when resolving the text ("de_DE" => "de" => default).
        Parameters:
        aLocale - The locale to check. May be null.
        Returns:
        true if the locale is contained, false if not.