Download this extension from the VS Gallery or get the CI build.
Extension of visual studio 2017 that automatic translate comment in you open file.
See the change log for changes and road map.
You can found the API using for this project here LINK. But the library that I'm using to translate was deprecated and server will not going to working. If you want please make your own server. Thank you!
- Auto translate comment in opening file.
- Manual translate selected text with right-click (or Ctrl-Shift-T)
Commnent in you opening file will be translate to language you were setting.
- CSharp
- C/C++
- FSharp
- Visual Basic
- Html
- CSS
- JavaScript/TypeScript
- Xml
- Xaml
- Python
- Razor
You can turn auto translate on/off by right click and choose in menu or use option page
Translate selected text by right-click or shortcut Ctrl-Shift-T
- Not select text
- Auto selecte and translate line
Check out the contribution guidelines if you want to contribute to this project.
For cloning and building this project yourself, make sure to install the Extensibility Tools 2017 extension for Visual Studio which enables some features used by this project.