/**
  *
  * Change the language the SDK should be displayed in
  *
  */
 public static function setLanguage($newLanguage = null)
 {
     self::$_language = $newLanguage;
     //reset the old messages, so that they are reloaded
     self::$_messages = null;
 }