Translating A Document
Procedure for document translation in the Azure Translate Book.
Have you completed the Book set up?
Make sure all prerequisite steps are completed before using this procedure.
Syntax
Two syntaxes are supported:
translate the document with
the target language is "{target language code}"
the target container is "{target container}"
the processing time limit is "limit}"
translate the document to "{target language name}"
Input Parameters
target language code
The ISO 639-1 code of the target language.
Examples:
fr
,en
,ja
For supported codes, see Translator Language Support.
target language name
The name of the target language.
Examples:
hindi
,japanese
,english
For supported languages, see Translator Language Support.
target container
(optional)The container where the translated document will be stored.
processing time limit
(optional)The maximum time limit for processing the translation in hrs/mins/seconds.
Examples
Basic Translation
translate the document with
the target language is "fr"
translate the document to "hindi"
Translation with Optional Parameters
translate the document with
the target language is "id"
the target container is "documentation"
the processing time limit is "10 mins"
Last updated
Was this helpful?