TextPatternIdentifiers.CultureAttribute Feld

Definition

Identifies the Culture (CultureInfo) attribute of a text range down to the sub-language level; for example, French-Switzerland (fr-CH) instead of French (fr).

public: static initonly System::Windows::Automation::AutomationTextAttribute ^ CultureAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute CultureAttribute;
 staticval mutable CultureAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly CultureAttribute As AutomationTextAttribute 

Feldwert

Hinweise

Dieser Bezeichner wird von Benutzeroberflächenautomatisierung Anbietern verwendet. Clientanwendungen der Benutzeroberflächenautomatisierung sollten das entsprechende Feld in TextPattern verwenden.

Werte für dieses Attribut sind vom Typ CultureInfo.

Weitere Informationen zum Sprachcodeformat finden Sie unter.For CultureInfo more detail on the language code format.

Der Standardwert ist die Sprache der Benutzeroberfläche der Anwendung.

Note

Es kann Vorkommen geben, in denen der Server das Sprachtag oder autoren nicht unterstützt. In diesen Fällen gilt die Standardeinstellung.

Gilt für:

Weitere Informationen