Lines Matching defs:language
18 * A class representing the entire Bundle of Resources for a particular language, country, variant.
35 * A descriptor of the language in the encoding (e.g. English, German, etc.)
37 public String language;
79 language = null;
113 * This method returns the language encoding string, or null if it is not specified
132 // Strip off the language
147 // Strip off the language
416 if (language != null && !language.equals("")) retStr = language;
434 if (language != null) retStr += "# @fileLanguage " + language + "\n";