locale property
The locale setting for internationalization support.
This determines the language and text direction used throughout the payment screens. Defaults to English if not specified.
Supported Locales
- English:
Locale('en')
- Left-to-right layout - Arabic:
Locale('ar')
- Right-to-left layout
Implementation
final Locale locale;