RealmInternationalizationArgs

data class RealmInternationalizationArgs(val defaultLocale: Output<String>, val supportedLocales: Output<List<String>>) : ConvertibleToJava<RealmInternationalizationArgs>

Constructors

Link copied to clipboard
constructor(defaultLocale: Output<String>, supportedLocales: Output<List<String>>)

Properties

Link copied to clipboard
val defaultLocale: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): RealmInternationalizationArgs