3 writes to sNativeLanguage
mscorlib (3)
system\globalization\culturedata.cs (3)
390
invariant.
sNativeLanguage
= "Invariant Language"; // Native name of this language
1442
this.
sNativeLanguage
= "\x0dc3\x0dd2\x0d82\x0dc4\x0dbd";
1447
this.
sNativeLanguage
= DoGetLocaleInfo(LOCALE_SNATIVELANGUAGENAME);
2 references to sNativeLanguage
mscorlib (2)
system\globalization\culturedata.cs (2)
1436
if (this.
sNativeLanguage
== null)
1450
return this.
sNativeLanguage
;