Language Files & Localization
This article overviews how language files are used and managed in a Umbraco CMS website.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<language alias="en" intName="English (UK)" localName="English (UK)" lcid="" culture="en-GB">
<creator>
<name>The Umbraco community</name>
<link>https://community.umbraco.com</link>
</creator>
<area alias="actions">
<key alias="assignDomain">Culture and Hostnames</key>
<key alias="auditTrail">Audit Trail</key>
</area>
<area alias="buttons">
<key alias="buttonSave">Save</key>
<key alias="buttonCancel">Cancel</key>
</area>
...
</language>Supported Languages
Where to find the language files
Core language files
Package language files
User language files
Using the language keys
From .NET
From Angular
Using Parameters in Localization
From .NET
From Angular
Language File
Help keep the language files up to date
Last updated
Was this helpful?