getLocaleString

open fun getLocaleString(key: String): String?

Looks up a localized string value in the keyfile backing @info translated to the current locale.

The @key is looked up in the "Desktop Entry" group.

Return

a newly allocated string, or null if the key is not found

Since

2.56

Parameters

key

the key to look up