kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-i18n
/
io.kvision.i18n
/
Gettext
Gettext
external
interface
Gettext
(
source
)
Members
Functions
gettext
Link copied to clipboard
abstract
fun
gettext
(
key
:
String
,
vararg
args
:
Any
?
)
:
String
?
load
JSON
Link copied to clipboard
abstract
fun
loadJSON
(
json
:
dynamic
,
key
:
String
)
ngettext
Link copied to clipboard
abstract
fun
ngettext
(
singularKey
:
String
,
pluralKey
:
String
,
value
:
Int
,
vararg
args
:
Any
?
)
:
String
?
set
Locale
Link copied to clipboard
abstract
fun
setLocale
(
locale
:
String
)