A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.umbraco.com/umbraco-cms/13.latest/extending/packages/language-files-for-packages below:

Language file for packages | Umbraco CMS

Language file for packages | Umbraco CMS
  1. Extending
  2. Packages
Language file for packages

Information on how to use language files to make your Umbraco package UI support multiple languages

Umbraco Core includes language files, but package authors must provide their own for multi-lingual UI.

Including new language keys

For each language your package supports, you include an .xml file in the same format as the core language files, named with its language code. The language files must be located in a Lang folder inside your package folder in App_Plugins. If your package assets are in /App_Plugins/mypackage all language files must be placed in the following locations:

The App_Plugins version of the Lang directory is case sensitive on Linux systems, so make sure that it start with a capital L.

Each language file can include one or more area. Each area contains a collection of language keys with the translation.

For reference on the language file format see the core language files on GitHub

<?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>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4