Meant for Blazor I18nText, its able to translate json files with minimum effort, runs on VS2022 NET7
Very basic implementation but works fine
- FREE
- Uses Google API
- Auto Generates needed new files
- Translates only Values (keys will be left invariant)
- Modules can be reused easily to create other behaviours
- ANY
var content = new GoogleTranslate().Translate("hello", "en", "ru");
Console.WriteLine(content);