OpcServerGlobalization Class

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll

Provides mechanisms to control the localization of data and information.

C#

public class OpcServerGlobalization


Inheritance Object › OpcServerGlobalization

Name Description
AddResource(CultureInfo, String, String) Adds or overrides the specified resource value to/in the resources of the culture specified using the key to identify the resource entry.
AddResource(String, String, String) Adds or overrides the specified resource value to/in the resources of the culture identified by cultureName using the key to identify the resource entry.
AddResources(CultureInfo, IDictionary) Adds or overrides the specified resources to/in the resources of the culture specified.
AddResources(CultureInfo, IEnumerable) Adds or overrides the specified resources to/in the resources of the culture specified.
AddResources(CultureInfo, KeyValuePair) Adds or overrides the specified resources to/in the resources of the culture specified.
AddResources(CultureInfo, ResourceManager) Adds or overrides the resources in the resourceManager to/in the resources of the culture specified.
AddResources(String, IDictionary) Adds or overrides the specified resources to/in the resources of the culture identified by cultureName.
AddResources(String, IEnumerable) Adds or overrides the specified resources to/in the resources of the culture identified by cultureName.
AddResources(String, KeyValuePair) Adds or overrides the specified resources to/in the resources of the culture identified by cultureName.
AddResources(String, ResourceManager) Adds or overrides the resources in the resourceManager to/in the resources of the culture identified by cultureName.
Translate(OpcContext, OpcResult) Translates the result specified.
Translate(OpcContext, OpcText) Translates the text specified.
Translate(OpcContext, String, String, Object) Translates the message using the resource identified by its key and then formats it with the arguments specified.