translate

abstract fun translate(toTranslate: String): UiString

Get a translation for the given string.

Return

The translated string, or toTranslate if it cannot be found.s

Parameters

toTranslate

The string to translate.