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