Translates the given string into the local language
the translated string or the given message on error
Uses localized resources in order to translate the string. See the resx files in the res directory for valid translations. If translation doesn't work, it means, that you're missing the the localization dlls located in the country subdirectories (de, pl etc.) of the directory in which the assembly resides or in the global access cache directory. Another reason may be unsupported language or locale settings on your system.
Utils Class | serial Namespace