LocalisedStringsMapGetLocalisedString Method |
Returns the localised string for the name passed across. If there is no such localised string then an exception
is thrown.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string GetLocalisedString(
string name
)
Public Function GetLocalisedString (
name As String
) As String
public:
String^ GetLocalisedString(
String^ name
)
member GetLocalisedString :
name : string -> string
Parameters
- name
- Type: SystemString
Return Value
Type:
StringSee Also