ServiceLanguage Class

Definition

Holds information about langagues supported for text translation and speech synthesis.

C#
public class ServiceLanguage
Inheritance
ServiceLanguage

Constructors

ServiceLanguage(String, String, String, String)

Initializes a new instance of the ServiceLanguage class. Returns the language friendly name.

Properties

Code

Gets the language code.

Directionality

Gets the directionality, which is rtl for right-to-left languages or ltr for left-to-right languages.

Name

Gets the language friendly name.

NativeName

Gets the display name of the language in the locale native for this language.

Methods

ToString()

Returns the language friendly name.

Applies to

Producto Versiones
Windows Community Toolkit 6.1.1

See also