Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetCultureNotSupportedExceptionMessage()

static string System.Globalization.CultureInfo.GetCultureNotSupportedExceptionMessage ( )
inlinestaticprivate

Definition at line 413 of file CultureInfo.cs.

414 {
415 if (!GlobalizationMode.Invariant)
416 {
417 return SR.Argument_CultureNotSupported;
418 }
419 return SR.Argument_CultureNotSupportedInInvariantMode;
420 }

References System.SR.Argument_CultureNotSupported, System.SR.Argument_CultureNotSupportedInInvariantMode, and System.Globalization.GlobalizationMode.Invariant.

Referenced by System.Globalization.CultureInfo.CultureInfo(), System.Globalization.CultureInfo.CultureInfo(), System.Globalization.CultureInfo.GetCultureInfo(), and System.Globalization.CultureInfo.GetCultureInfo().