ResourceServiceImplRegisterNeutralStrings(String, ResourceManager, String) Method |
Registers neutral string resources with an explicit key prefix.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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