IResourceServiceRegisterNeutralStrings Method |
Registers neutral string resources in the resource service.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid 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