StringResourceKey Constructor |
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public StringResourceKey(
string key,
string exampleValue,
string description
)
Parameters
- key String
- The resource key.
- exampleValue String
- An example of the resource string (always in the english language).
- description String
- The description of the resource string to help translating it into other languages.
See Also