Class LanguageTag
Validates the bounded BCP-47 language tags accepted from clients.
public static class LanguageTag
- Inheritance
-
LanguageTag
- Inherited Members
Fields
MaxLength
RFC 5646 limits the complete language tag to 255 characters.
public const int MaxLength = 255
Field Value
Methods
TryNormalize(string?, out string)
public static bool TryNormalize(string? value, out string language)