Class IWLanguage

The language class is used for getting the translation for a specified language key.


Constructor Summary
IWLanguage(name, file)
            The language class is used for getting the translation for a specified language key.
 
Method Summary
 String get(key)
           Returns the language specific content for the specified key value.
 String getFile()
           Returns the URL of the language file.
getName()
           Returns the name of the language, e.g.
 void put(key, value)
          
 String toString()
           Returns a string representation of the language.
 
Constructor Detail

IWLanguage

IWLanguage(name, file)

Method Detail

get

String get(key)

getFile

String getFile()

getName

getName()

put

void put(key, value)

toString

String toString()

Source-Code Copyright 2007-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:14 GMT+0100 (MEZ)