Skip to content

xevilmaxx/GoogleTranslateI18nText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GoogleTranslateI18nText

Meant for Blazor I18nText, its able to translate json files with minimum effort, runs on VS2022 NET7

Very basic implementation but works fine

Why

  1. FREE
  2. Uses Google API
  3. Auto Generates needed new files
  4. Translates only Values (keys will be left invariant)
  5. Modules can be reused easily to create other behaviours

Languages Supported:

  1. ANY

Simple Sample:

var content = new GoogleTranslate().Translate("hello", "en", "ru");
Console.WriteLine(content);

About

Meant for Blazor I18nText, its able to translate json files with minimum effort, runs on VS2022 NET7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages