quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.localization
/
LocaleLoader
Locale
Loader
interface
LocaleLoader
Loader of
Locale
s.
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
all
Link copied to clipboard
abstract
val
all
:
Iterable
<
Locale
>
All available locales.
Functions
find
Link copied to clipboard
open
fun
find
(
identifier
:
String
)
:
Locale
?
Finds a locale by its tag or name.
from
Name
Link copied to clipboard
abstract
fun
fromName
(
name
:
String
)
:
Locale
?
from
Tag
Link copied to clipboard
abstract
fun
fromTag
(
tag
:
String
)
:
Locale
?