FrameworkContentElement.Language 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 or sets localization/globalization language information that applies to an individual element.
public:
property System::Windows::Markup::XmlLanguage ^ Language { System::Windows::Markup::XmlLanguage ^ get(); void set(System::Windows::Markup::XmlLanguage ^ value); };
public System.Windows.Markup.XmlLanguage Language { get; set; }
member this.Language : System.Windows.Markup.XmlLanguage with get, set
Public Property Language As XmlLanguage
Property Value
The culture information for this element. The default value is an XmlLanguage instance with its IetfLanguageTag value set to the string "en-US".
Remarks
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.
Dependency Property Information
Identifier field | LanguageProperty |
Metadata properties set to true |
Inherits |