Class Rice::ICECode
In: rice/codes.rb
Parent: Object

This class contains data and static methods for retrieving error code messages and for changing the language used.

Methods
phraseFor    setLanguage   
Public Class methods
setLanguage(languageCode)

Given a language code (like "en", "fr", or "en_uk"), start using the code short phrases for that lanuage. If the language is not implemented, an error is printed to $stdout and the language is not changed from its current setting.

phraseFor(code)