AI-generated Key Takeaways
-
The
allLanguages()function provides a set of all supported language codes for the translate API. -
This function is globally available and returns a set of
TranslateLanguagecodes.
Functions
The following functions are available globally.
-
Returns a set that contains
TranslateLanguagecodes of all languages supported by the translate API.Declaration
Swift
static func allLanguages() -> Set<TranslateLanguage>