Interface HasLocale

    • Method Detail

      • setLocale

        void setLocale​(Locale locale)
        Sets new locale for this object.
        Parameters:
        locale - Locale to use. Should not be null.
      • getLocale

        Locale getLocale()
        Returns locale associated with this object.
        Returns:
        A Locale. Never null.