booster / com.didiglobal.booster.aapt / Configuration / Locale

Locale

data class Locale

Constructors

<init>

Locale(language: ByteArray = ByteArray(2), country: ByteArray = ByteArray(2))

Properties

country

This field can take three different forms:

var country: ByteArray

isDefined

val isDefined: Boolean

language

This field can take three different forms:

var language: ByteArray

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int