TextElement.Language Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les informations de langue de localisation/globalisation qui s’appliquent à un élément TextElement.
public:
property Platform::String ^ Language { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Language();
void Language(winrt::hstring value);
public string Language { get; set; }
var string = textElement.language;
textElement.language = string;
Public Property Language As String
<textElement Language="languageString" .../.
Valeur de propriété
Chaîne spécifiant la langue et la culture qui suivent les normes RFC 3066/ISO 639-1. Par exemple, l’anglais américain est « en-US ».