Learn R Programming

polyglotr (version 1.6.0)

microsoft_supported_languages: Get the set of languages currently supported by the Microsoft Translator API

Description

Get the set of languages currently supported by the Microsoft Translator API

Usage

microsoft_supported_languages(scope = NULL)

Value

A list of supported languages for the specified groups.

Arguments

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.

Examples

Run this code
if (FALSE) {
microsoft_supported_languages(scope = "translation,transliteration,dictionary")
}

Run the code above in your browser using DataLab