Serial port and GPS

Utils.res Method 

Translates the given string into the local language

[Visual Basic]
Public Shared Function res( _
   ByVal msg As String _
) As String
[C#]
public static string res(
   string msg
);

Parameters

msg
the string to translate

Return Value

the translated string or the given message on error

Remarks

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.

See Also

Utils Class | serial Namespace