Umbraco.Community.Lexicon 0.1.0

dotnet add package Umbraco.Community.Lexicon --version 0.1.0
                    
NuGet\Install-Package Umbraco.Community.Lexicon -Version 0.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Umbraco.Community.Lexicon" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Umbraco.Community.Lexicon" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Umbraco.Community.Lexicon" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Umbraco.Community.Lexicon --version 0.1.0
                    
#r "nuget: Umbraco.Community.Lexicon, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Umbraco.Community.Lexicon@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Umbraco.Community.Lexicon&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Umbraco.Community.Lexicon&version=0.1.0
                    
Install as a Cake Tool

Lexicon Documentation

<p align="center"> <img src="images/logo.svg" alt="Lexicon Logo" width="128" height="128"> </p>

Lexicon enables dictionary-based Umbraco BackOffice localization in Umbraco 14+.

Requirements

  • Umbraco 17 or higher
  • .NET 10 or higher

Installation

The package is available from NuGet and can be installed using Visual Studio or the .NET CLI.

Visual Studio

  1. Open your solution in Visual Studio
  2. Right-click on your project and select Manage NuGet Packages...
  3. Search for Umbraco.Community.Lexicon and click Install

.NET CLI

dotnet add package Umbraco.Community.Lexicon

How It Works

Lexicon reads all dictionary items from your Umbraco installation and converts them into Umbraco's localization extension format. This happens automatically at runtime - no configuration required.

Dictionary items with keys containing _ or . are converted into a nested localization structure:

Dictionary Key Becomes
Article_Title { "Article": { "Title": "..." } }
Form.Submit { "Form": { "Submit": "..." } }
DocumentType_Button.Label { "DocumentType": { "Button.Label": "..." } }

Documentation

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0 146 12/6/2025