Soluling home   Document home

XAML Write Options

XAML Write Options

Use this sheet to specify how localized XAML file are written.

Language/xml:lang property usage

Each XAML element has the language property. You can use either Language or xml:lang attribute. It is used when rendering the content. If the content contains data that is locale depend such as date, the language property is used to choose the right format. Each element inherits the language property from its parent. This makes is possible to specify the language property only in the root element. Soluling can update or add the property if it does not exist.