Click or drag to resize

ResourceServiceImplRegisterNeutralStrings(String, ResourceManager, String) Method

Registers neutral string resources with an explicit key prefix.

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

Parameters

prefix  String
The prefix applied to resource names.
stringManager  ResourceManager
The resource manager that provides the strings.
debugInfo  String
Debug information describing the resource source.
See Also