Returns the translated string of the given key
Translation is done using the current client language
Optionally takes a single argument, or a list with all arguments, that will populate the translation
overload 1:
client.getTranslatedString(text)
Method Property | Fluent Description | Representation |
text accepts | a String | |
Return Value | a String | |
overload 2:
client.getTranslatedString(text, args)
Method Property | Fluent Description | Representation |
text accepts | a String | |
args accepts | anything | |
Return Value | a String | |