Internationalization tools
It supports multi-language translation and can automatically detect the source language to help you quickly complete the multi-language conversion of text.
Internationalization tools
- Supports translation between multiple languages
- Automatically detect the source language
- Batch translation is supported
- Translation results can be exported
- Support shortcut key operation
Directions:
- 1Enter or paste the text that needs to be translated
- 2Select the target language
- 3Click the Translate button to start translating
- 4Translations can be exported or copied
example
input
JSON
{
"hello": "Hello",
"welcome": "Welcome to BeGuess"
}
output
JSON
{
"hello": "你好",
"welcome": "欢迎使用 BeGuess"
}