Skip to content

Commit bd3f9c0

Browse files
committed
Add remarks to GetLanguagePart
1 parent 88ac333 commit bd3f9c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SIL.WritingSystems/IetfLanguageTag.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,9 @@ public static IEnumerable<VariantSubtag> GetVariantSubtags(string langTag)
11161116
/// <summary>
11171117
/// Gets the language part of the specified language tag.
11181118
/// </summary>
1119+
/// <remarks>
1120+
/// Returns `zh` for both `zh-CN` and `zh-TW`.
1121+
/// </remarks>
11191122
[PublicAPI]
11201123
public static string GetLanguagePart(string langTag)
11211124
{

0 commit comments

Comments
 (0)