ripe / com.ripe.android.api / LocaleAPI / localeAsync

localeAsync

open fun localeAsync(value: String, locale: String, options: Map<String, Any>): Deferred<Map<String, Any>?>

Localizes a value to the provided locale.

Parameters

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.