quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.context.localization
Package-level
declarations
Functions
Functions
localize
Or
Null
Link copied to clipboard
fun
Context
.
localizeOrNull
(
key
:
String
)
:
String
?
Localizes a key from the stdlib table.
fun
Context
.
localizeOrNull
(
tableName
:
String
,
key
:
String
)
:
String
?
Localizes a key from a table.