ITextCharacterFormat.LanguageTag Property

Definition

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

String

Platform::String

winrt::hstring

The language tag.

Applies to