public string GetValue(string key)
    {
        Lange_ListProperty lp = GetProperty(key);

        if (lp != null)
        {
            return(Lange_ListAsset.LangCallBack(lp));
        }
        return("ȱÉÙ@@@@:[" + key + "]");
    }
Beispiel #2
0
 public void SetLanguage(LanguageType type)
 {
     mConfigInfo.mLanguage = type;
     FText.RestText();
     Lange_ListAsset.SetLanguageType(type);
 }