View source: R/microsoft_supported_languages.R
microsoft_supported_languages | R Documentation |
Get the set of languages currently supported by the Microsoft Translator API
microsoft_supported_languages(scope = NULL)
scope |
(optional) A comma-separated list of names defining the group of languages to return. Allowed group names are: translation, transliteration, and dictionary. If no scope is given, then all groups are returned. |
A list of supported languages for the specified groups.
## Not run:
microsoft_supported_languages(scope = "translation,transliteration,dictionary")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.