You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
| $text | Text to be translated. Only UTF8-encoded plain text is supported. The parameter may be specified as an Array and translations are returned in the same order as they are requested. Each of the parameter values may contain multiple sentences. Up to 50 texts can be sent for translation in one request. |
60
+
| $sourceLang | Language of the text to be translated. <br>default: de |
61
+
| $targetLang | The language into which the text should be translated. <br> default: en |
62
+
| $tagHandling | Sets which kind of tags should be handled. Options currently available: "xml" |
63
+
| $ignoreTags | Array of XML tags that indicate text not to be translated. <br> default: null |
64
+
| $formality | Sets whether the translated text should lean towards formal or informal language. This feature currently works for all target languages except "EN" (English), "EN-GB" (British English), "EN-US" (American English), "ES" (Spanish), "JA" (Japanese) and "ZH" (Chinese).<br><br>Possible options are:<br>"default" (default)<br>"more" - for a more formal language<br>"less" - for a more informal language |
65
+
| $splitSentences | Array of XML tags which always cause splits <br> default: null |
66
+
| $preserveFormatting | Sets whether the translation engine should respect the original formatting, even if it would usually correct some aspects. Possible values are:<br>"0" (default)<br>"1"<br>The formatting aspects affected by this setting include:<br>Punctuation at the beginning and end of the sentence<br>Upper/lower case at the beginning of the sentence |
67
+
| $nonSplittingTags | Comma-separated list of XML tags which never split sentences. <br> default: null |
0 commit comments