MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.core.localization/localized

localized

[jvm]
fun String.localized(): String

Convenience extension that can be invoked on a key to get a translation.

Receiver

Message key

Return

Message localized version to show in the UI

[jvm]
fun String.localized(vararg args: Any): String

Convenience extension that can be invoked on a key to get a translation with format arguments.

Receiver

Message key

Return

Message localized version to show in the UI

Parameters

jvm

   
args Format arguments