LanguageInfo.GetFullName Method
Returns full text description of the language file.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static string GetFullName(
string shortName
)
Public Shared Function GetFullName (
shortName As String
) As String
public:
static String^ GetFullName(
String^ shortName
)
static member GetFullName :
shortName : string -> string
- shortName String
- 3-letter code of the interface translation language.
StringFull text description of the language file.