preferredUILocaleOverride
Sets the preferred UI locale for RevenueCat UI components like Paywalls and Customer Center. This allows you to override the system locale and display the UI in a specific language.
Parameters
localeString
The locale string in the format "language_COUNTRY" (e.g., "en_US", "es_ES", "de_DE"). Pass null to use the system default locale.
Note: This only affects UI components from the RevenueCatUI module and requires importing RevenueCatUI in your project.