AutomationProperties.CultureProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier for the culture attached property which contains a locale identifier for the automation element (for example, 0x0409 for "en-US" or English (United States)).
public:
static property DependencyProperty ^ CultureProperty { DependencyProperty ^ get(); };
static DependencyProperty CultureProperty();
public static DependencyProperty CultureProperty { get; }
var dependencyProperty = AutomationProperties.cultureProperty;
Public Shared ReadOnly Property CultureProperty As DependencyProperty
Property Value
The identifier for the culture attached property.
Remarks
Each locale has a unique identifier, a 32-bit value that consists of a language identifier and a sort order identifier. The locale identifier is a standard international numeric abbreviation and has the components necessary to uniquely identify one of the installed operating system-defined locales. For more information, see Language Identifier Constants and Strings.
This property may exist on a per-control basis, but typically is only available on an application level.