toggle menu
i18n4k-core
0.8.1
common
switch theme
search in API
i18n4k-core
/
de.comahe.i18n4k
/
DefaultLocaleImpl
Default
Locale
Impl
class
DefaultLocaleImpl
(
language
:
String
,
script
:
String
,
country
:
String
,
variant
:
String
,
extensions
:
ImmutableMap
<
Char
,
String
>
)
Default implementation for
Locale
for non JVM targets
Members
Constructors
Default
Locale
Impl
Link copied to clipboard
constructor
(
language
:
String
)
constructor
(
language
:
String
,
country
:
String
)
constructor
(
language
:
String
,
country
:
String
,
variant
:
String
)
constructor
(
language
:
String
,
script
:
String
,
country
:
String
,
variant
:
String
,
extensions
:
ImmutableMap
<
Char
,
String
>
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Country
Link copied to clipboard
fun
getCountry
(
)
:
String
get
Extension
Link copied to clipboard
fun
getExtension
(
key
:
Char
)
:
String
?
get
Extension
Keys
Link copied to clipboard
fun
getExtensionKeys
(
)
:
Set
<
Char
>
get
Language
Link copied to clipboard
fun
getLanguage
(
)
:
String
get
Script
Link copied to clipboard
fun
getScript
(
)
:
String
get
Variant
Link copied to clipboard
fun
getVariant
(
)
:
String
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String