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:

  1. 1Enter or paste the text that needs to be translated
  2. 2Select the target language
  3. 3Click the Translate button to start translating
  4. 4Translations can be exported or copied

example

input
JSON
{
  "hello": "Hello",
  "welcome": "Welcome to BeGuess"
}
output
JSON
{
  "hello": "你好",
  "welcome": "欢迎使用 BeGuess"
}