Realm Internationalization Args
data class RealmInternationalizationArgs(val defaultLocale: Output<String>, val supportedLocales: Output<List<String>>) : ConvertibleToJava<RealmInternationalizationArgs>
Properties
Link copied to clipboard
The locale to use by default. This locale code must be present within the supported_locales
list.
Link copied to clipboard
A list of ISO 639-1 locale codes that the realm should support.