XmpLangAltList.AddLang

Adds the default country language and text in the specified language.

public void AddLang(string langCountry, string text)
Sub AddLang(langCountry As String, text As String)

Parameters

langCountry
String

Specifying the country of the language. For e.g: "en-us", "fr-fr", "it-it" and etc.

text
String

Representing some text in country language.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

XmpLangAltList
ceTe.DynamicPDF.Xmp

In this topic