Class LocaleField

  • All Implemented Interfaces:
    PositionData

    public class LocaleField
    extends BaseField
    The local of the page.
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        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.