LanguageInfoGetShortName Method
Returns short text description of the language file.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static string GetShortName(
string fullName
)
Public Shared Function GetShortName (
fullName As String
) As String
public:
static String^ GetShortName(
String^ fullName
)
static member GetShortName :
fullName : string -> string
- fullName String
- 3-letter code of the interface translation language.
StringShort text description of the language file.