Interface IHasText

    • Method Detail

      • getText

        @Nullable
        String getText​(@Nonnull
                       Locale aContentLocale)
        Get the text specific for the passed locale. The implementation class MAY add locale-generalisation when resolving the text ("de_DE" => "de" => default).
        Parameters:
        aContentLocale - The locale to use. May not be null.
        Returns:
        null if no text for the given locale was found.