We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ac333 commit bd3f9c0Copy full SHA for bd3f9c0
SIL.WritingSystems/IetfLanguageTag.cs
@@ -1116,6 +1116,9 @@ public static IEnumerable<VariantSubtag> GetVariantSubtags(string langTag)
1116
/// <summary>
1117
/// Gets the language part of the specified language tag.
1118
/// </summary>
1119
+ /// <remarks>
1120
+ /// Returns `zh` for both `zh-CN` and `zh-TW`.
1121
+ /// </remarks>
1122
[PublicAPI]
1123
public static string GetLanguagePart(string langTag)
1124
{
0 commit comments