Click or drag to resize

IResourceServiceRegisterNeutralStrings Method

Registers neutral string resources in the resource service.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void RegisterNeutralStrings(
	ResourceManager stringManager,
	string debugInfo
)

Parameters

stringManager  ResourceManager
The resource manager that provides the strings.
debugInfo  String
Debug information associated with the registered resource manager.
See Also