2 writes to sISO639Language
mscorlib (2)
system\globalization\culturedata.cs (2)
387
invariant.
sISO639Language
= "iv"; // ISO 639 Language Name
1356
this.
sISO639Language
= DoGetLocaleInfo(LOCALE_SISO639LANGNAME);
2 references to sISO639Language
mscorlib (2)
system\globalization\culturedata.cs (2)
1354
if (this.
sISO639Language
== null)
1358
return this.
sISO639Language
;