Language file for packages
Information on how to use language files to make your Umbraco package UI support multiple languages
Including new language keys
Language file format
Sample structure
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<language alias="da" intName="Danish" localName="dansk" lcid="6" culture="da-DK">
<creator>
<name>The Umbraco community</name>
<link>http://mydomain.com</link>
</creator>
<area alias="dialog">
<key alias="myKey">Min nøgle</key>
<key alias="otherKey">Min anden nøgle</key>
</area>
</language>Last updated
Was this helpful?