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