FrameworkContentElement::Language Property
Gets or sets localization/globalization language information that applies to an individual element.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
public: property XmlLanguage^ Language { XmlLanguage^ get (); void set (XmlLanguage^ value); }
<object Language="XmlLanguage" .../>
Property Value
Type: System.Windows.Markup::XmlLanguageThe 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.