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