Returns the localized string for the specified key, or returns the default english text if not present. A global alias for this method is _T().
Returns the localized string for the specified key, or returns the default english text if not present. A global alias for this method is _T().
1 string key
the translation key to get text of.
2 string defaultText
the default text to show in case the translation key is not present.
1 string
the string to display.