Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 838 Bytes

ipptextwithlanguage_ipptextwithlanguage_1571897524.md

File metadata and controls

33 lines (18 loc) · 838 Bytes
-api-id -api-type
M:Windows.Devices.Printers.IppTextWithLanguage.#ctor(System.String,System.String)
winrt constructor

Windows.Devices.Printers.IppTextWithLanguage.#ctor(System.String,System.String)

-description

Creates a new instance of the IppTextWithLanguage class with the specified values. This object represents information about a textWithLanguage attribute as defined by the Internet Printing Protocol (IPP).

-parameters

-param language

The code that specifies the language of the textWithLanguage attribute, as defined by the RFC 5646 specification.

-param text

The text value of the textWithLanguage attribute.

-remarks

-see-also

-examples