terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ LanguageName

string System.Globalization.DateTimeFormatInfo.LanguageName
getprivate

Definition at line 52 of file DateTimeFormatInfo.cs.

53 {
54 get
55 {
56 string langName = this._langName;
57 if (langName != null)
58 {
59 return langName;
60 }
61 string sISO639Language = this._cultureData.sISO639Language;
62 this._langName = sISO639Language;
63 return sISO639Language;
64 }
65 }
class f__AnonymousType0<< Count > j__TPar