English to Japanese Translation
We translate English into Japanese.
URL
https://api.excelapi.org/translate/enja
Configuration
Configuration | Required | Description |
---|---|---|
text | ✔ | Specify the English to be translated. |
Example
=WEBSERVICE("https://api.excelapi.org/translate/enja?text="&ENCODEURL($A2))
caution
There is a limit to the maximum number of characters that can be translated.
The limit is approximately 2000 characters (based on alphanumeric characters), beyond which you will not be able to translate.
If you use Google Spleadsheet, etc., you can translate up to about 8,000 characters.
=IMPORTXML("https://api.excelapi.org/translate/enja?text="&ENCODEURL($A2),".")