getStringValue(xltStringName: String): String;
The getStringValue method of the Locale class returns a string containing the value (definition) of the translatable string specified in the xltStringName parameter.
This method is valid only for translatable strings that can be evaluated at compile time; that is, they do not have parameters and they do not reference other translatable strings or constants.