Example #1
0
 public string getLangString(int stringId, int languageIndex)
 {
     this.temp_strArr = LocaleManager.getInstance().getSupportedLocales();
     this.temp_str    = this.temp_strArr[languageIndex];
     this.temp_str2   = LocaleManager.getString(stringId, this.temp_str);
     return(this.temp_str2);
 }