ITextCharacterFormat.LanguageTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Internet Engineering Task Force (IETF) language tag (BCP 47 standard) that identifies the language currently associated with the characters.
public:
property Platform::String ^ LanguageTag { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LanguageTag();
void LanguageTag(winrt::hstring value);
public string LanguageTag { get; set; }
var string = iTextCharacterFormat.languageTag;
iTextCharacterFormat.languageTag = string;
Public Property LanguageTag As String
Property Value
The language tag.