Function

Locales

A DeviceConfigurationOverride that overrides the locales for the contained content.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

Locales

Android
fun DeviceConfigurationOverride.Companion.Locales(
    locales: LocaleList
): DeviceConfigurationOverride

A DeviceConfigurationOverride that overrides the locales for the contained content.

This will change resource resolution for the content under test, and also override the layout direction as specified by the locales.

Parameters

locales the LocaleList to use for the content under test.

Returns

a DeviceConfigurationOverride that specifies the locales for the content under test.