Installation
To install Translation Manager you will first need to have installed Umbraco.
note
Translation Manager v17 runs on Umbraco v17
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="17.*" />
dotnet add package Jumoo.TranslationManager
Install as Package
On Umbraco v17 you can't install packages via the backoffice, it must be installed via NuGet.