Installation
To install Translation Manager you will first need to have installed Umbraco.
note
Translation Manager v16 runs on Umbraco v16
Install via .NET CLI
If you have installed your Umbraco site using .NET CLI, you can also install Translation Manager from within Visual Studio by running the following command in the command-line.
- Dotnet
- Package Reference
<PackageReference Include="Jumoo.TranslationManager" Version="16.*" />
dotnet add package Jumoo.TranslationManager
Install as Package
On Umbraco v16 you can't install packages via the backoffice, it must be installed via NuGet.