RealmInternationalization

data class RealmInternationalization(val defaultLocale: String, val supportedLocales: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

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.