FrameworkContentElement::Language Property
.NET Framework (current version)
Gets or sets localization/globalization language information that applies to an individual element.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property XmlLanguage^ Language { XmlLanguage^ get(); void set(XmlLanguage^ value); }
Property Value
Type: System.Windows.Markup::XmlLanguage^The culture information for this element. The default value is an XmlLanguage instance with its IetfLanguageTag value set to the string "en-US".
The string formats follow the RFC 3066 standard. For example, U.S. English is "en-US". See XmlLanguage for more information on the values and format.
This dependency property inherits property values. If there are child elements with no other value for Language established through local values or styles, the property system will set the value to be the Language value of the nearest parent element with this value assigned.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: