LocaliserAddResourceStrings Method |
Adds strings from a resource file to the localiser.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void AddResourceStrings(
Type stringsResourceType
)
Public Sub AddResourceStrings (
stringsResourceType As Type
)
public:
void AddResourceStrings(
Type^ stringsResourceType
)
member AddResourceStrings :
stringsResourceType : Type -> unit
Parameters
- stringsResourceType
- Type: SystemType
See Also