2 writes to sISO639Language2
mscorlib (2)
system\globalization\culturedata.cs (2)
473 invariant.sISO639Language2 = "ivl"; // 3 char ISO 639 lang name 2 1371this.sISO639Language2 = DoGetLocaleInfo(LOCALE_SISO639LANGNAME2);
2 references to sISO639Language2
mscorlib (2)
system\globalization\culturedata.cs (2)
1369if (this.sISO639Language2 == null) 1373return this.sISO639Language2;