You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Private.CoreLib/src/System/Globalization/CultureData.Icu.cs
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ internal sealed partial class CultureData
19
19
/// </summary>
20
20
/// <param name="name">The locale name that ICU returns.</param>
21
21
/// <param name="extension">The extension part in the original culture name.</param>
22
+
/// <param name="originalName">The original input culture name.</param>
22
23
/// <param name="collationStart">The index of the collation in the name.</param>
23
24
/// <remarks>
24
25
/// BCP 47 specifications allow for extensions in the locale name, following the format language-script-region-extensions-collation. However,
@@ -29,7 +30,7 @@ internal sealed partial class CultureData
29
30
/// between names with extensions and those without. For example, we may have a name like en-US and en-US-u-xx. Although .NET doesn't support the extension xx,
30
31
/// we still include it in the name to distinguish it from the name without the extension.
0 commit comments