7 writes to sNativeDisplayName
mscorlib (7)
system\globalization\culturedata.cs (7)
383
invariant.
sNativeDisplayName
= "Invariant Language (Invariant Country)"; // Native pretty name for this locale
1293
this.
sNativeDisplayName
= this.SNATIVELANGUAGE;
1299
this.
sNativeDisplayName
+= " \u65E7\u7248";
1302
this.
sNativeDisplayName
+= " \u820A\u7248";
1313
this.
sNativeDisplayName
="\x0dc3\x0dd2\x0d82\x0dc4\x0dbd (\x0DC1\x0DCA\x200D\x0DBB\x0DD3\x0020\x0DBD\x0D82\x0D9A\x0DCF)";
1318
this.
sNativeDisplayName
= DoGetLocaleInfo(LOCALE_SNATIVEDISPLAYNAME);
1325
this.
sNativeDisplayName
= this.SNATIVELANGUAGE + " (" + this.SNATIVECOUNTRY + ")";
3 references to sNativeDisplayName
mscorlib (3)
system\globalization\culturedata.cs (3)
1288
if (this.
sNativeDisplayName
== null)
1322
if (String.IsNullOrEmpty(this.
sNativeDisplayName
))
1329
return this.
sNativeDisplayName
;