String |
public StringResources( string path, string resourceName, Assembly assemblyContainingTheResources )
The default namespace of the AltaxoCore DLL is 'Altaxo'.
The resource files reside in the source folder 'Resources'.
The neutral resource file is named 'StringResources.resources'.
The resource file for the german culture must be named 'de.StringResources.resources' (two-letter_culture_name + dot + neutral_resource_file_name).
This will lead to the following arguments for creating the instance:
The path argument is 'Altaxo.Resources' (default_namespace + dot + foldername).
The resourceName argument is 'StringResources'.
The assemblyContainingTheResources argument must refer to AltaxoCore.