| LocalisedStringsMapAddResourceStrings Method | 
            Adds the strings from a generated strings resource object to the localised map.
            
 
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic void AddResourceStrings(
	Type stringsType
)
Public Sub AddResourceStrings ( 
	stringsType As Type
)
public:
void AddResourceStrings(
	Type^ stringsType
)
member AddResourceStrings : 
        stringsType : Type -> unit 
Parameters
- stringsType
- Type: SystemType
 
 See Also
See Also