Uses of Class
mymobilesite.controller.Language

Packages that use Language
mymobilesite.controller   
 

Uses of Language in mymobilesite.controller
 

Subclasses of Language in mymobilesite.controller
 class LanguageGB
          The LangugageGB class is an implementation of the Language class which initializes the values by giving them English (GB) values.
 class LanguageNB
          The LanguageNB class is an implementation of the Language class which instantiates the values by giving them Norwegian values.
 

Fields in mymobilesite.controller declared as Language
private  Language GUI.language
           
 

Methods in mymobilesite.controller that return Language
static Language Language.getLanguage()
          This method creates a Language object and the exact class is determined by the language in the Configurations class.