Package io.rincl

Interface LocaleSelectable

All Known Subinterfaces:
ResourceI18nConcern
All Known Implementing Classes:
AbstractResourceI18nConcern, BaseResourceI18nConcern, EmptyResourceI18nConcern, LocaleSelection

public interface LocaleSelectable
Allows selection of locale for locale category.
Author:
Garret Wilson
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the configured locale for the given category.
    default void
    setLocale(Locale locale)
    Configures the locale for all locale categories.
    void
    setLocale(Locale.Category category, Locale locale)
    Configures the locale for the given locale category.