IResourceServiceGetString Method |
Returns a string from the resource database, it handles localization
transparent for the user. If the resource is not found, the original string is returned.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string GetString(
string name
)
Parameters
- name String
-
The name of the requested resource.
Return Value
String
The string in the (localized) resource database.
Exceptions See Also