Localization
The language and region that determine how localized content is presented.
Available values
| Value | Description | Sample: Dates |
|---|---|---|
| enUS | Content will be shown in English, United States dialect and format. | Dec 11, 2024 |
| esMX | Content will be shown in Spanish, Mexico dialect and format. | 11 dic 2024 |
Usage
import com.paymitto.android.sdk.Localization
val sdkLocale = Localization.esMX
Fragment modeWhen using the Fragment API, display strings follow the host Activity's locale. The
localizationparameter still controls the API request language (Accept-Languageheader) and date formatting, but it does not override the strings shown in the UI.
Updated 8 days ago
Did this page help you?

