Interface HasBackoffLocaleProperty


  • public interface HasBackoffLocaleProperty
    Common interface for beans that have a default/backoff Locale
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Locale getBackoffLocale()
      Gets the alternative locale to be used if there is no dictionary for the actual locale.
      void setBackoffLocale​(java.util.Locale locale)
      Sets the alternative locale to be used if there is no dictionary for the actual locale.
    • Method Detail

      • getBackoffLocale

        java.util.Locale getBackoffLocale()
        Gets the alternative locale to be used if there is no dictionary for the actual locale.
      • setBackoffLocale

        void setBackoffLocale​(java.util.Locale locale)
        Sets the alternative locale to be used if there is no dictionary for the actual locale.