Skip to content

Commit 304639b

Browse files
ChrisMaddockMSDN-WhiteKnight
authored andcommitted
Add note on invariant culture (#3440)
* Add note on invariant culture * Update xml/System.Globalization/CultureInfo.xml Co-Authored-By: MSDN.WhiteKnight <[email protected]>
1 parent 842b647 commit 304639b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Globalization/CultureInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,7 @@ For a list of predefined culture names on Windows systems, see the **Language ta
29112911
</ReturnValue>
29122912
<Docs>
29132913
<summary>Gets the culture name in the format *languagecode2*-*country/regioncode2*.</summary>
2914-
<value>The culture name in the format *languagecode2*-*country/regioncode2*. *languagecode2* is a lowercase two-letter code derived from ISO 639-1. *country/regioncode2* is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag.</value>
2914+
<value>The culture name in the format *languagecode2*-*country/regioncode2*, if the current <see cref="T:System.Globalization.CultureInfo" /> is culture-dependent; or an empty string, if it's an invariant culture. *languagecode2* is a lowercase two-letter code derived from ISO 639-1. *country/regioncode2* is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag.</value>
29152915
<remarks>
29162916
<format type="text/markdown"><![CDATA[
29172917

0 commit comments

Comments
 (0)