getTextT
Returns a localized formatted string from Tolgee cache or the application's package's default string table, substituting the format arguments as defined in java.util.Formatter and java.lang.String.format.
This function will fall back to the Android getText
method if no translation is found - preserving formatting. If translation is found, no style information is preserved and the method acts the same as getStringT.
Return
The string data associated with the resource, formatted and stripped of styled text information.
Parameters
tolgee
The Tolgee instance to get the cached string from.
resId
Resource id for the format string