abstract fun get(translatable: Translatable, locale: Locale): String? (source)
Returns the translation for the given translatable and the given locale or null if it does not have
any translation.
Return
The translation or null if no translation was found.