Class I18NTokenizer.AcceptLanguage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Locale locale
      The language and country.
      (package private) java.lang.Float quality
      The quality of our locale (as values approach 1.0, they indicate increased user preference).
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AcceptLanguage()  
    • Field Detail

      • locale

        java.util.Locale locale
        The language and country.
      • quality

        java.lang.Float quality
        The quality of our locale (as values approach 1.0, they indicate increased user preference).
    • Constructor Detail

      • AcceptLanguage

        private AcceptLanguage()