open fun localeMultipleAsync(values: List<String>, locale: String, options: Map<String, Any>): Deferred<Map<String, Any>?>
Localizes a list of values to the provided locale.
values
- The values to be localized.
locale
- The locale to localize the values to.
options
- A options map that configures the request.
Return
A Deferred that will be completed with the localized values.