Class LocaleField

    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Description copied from class: BaseField
        Whether the field is empty or not.
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • getValue

        public String getValue()
        Concatenation of lang and country codes.
      • getLanguage

        public String getLanguage()
        The language which has been detected.
      • getCountry

        public String getCountry()
        The country which has been detected.
      • getCurrency

        public String getCurrency()
        The currency which has been detected.