OpcArgumentGlobalization Class

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

Provides mechanisms to control the localization of data and information used by an argument.

C#

public class OpcArgumentGlobalization


Inheritance Object › OpcArgumentGlobalization

Name Description
Cultures Gets a sequence of CultureInfo objects associated with the resources maintained by the current OpcArgumentGlobalization.
Locales Gets a sequence of String objects representing the CultureInfo.Name of the Cultures associated with the resources maintained by the current OpcArgumentGlobalization.
Values Gets a sequence of String objects representing the resources associated with the Cultures maintained by the current OpcArgumentGlobalization.
Name Description
Add(CultureInfo, String) Adds or overrides the specified resource value associated with the culture specified.
Add(String, String) Adds or overrides the specified resource value associated with the culture identified by cultureName.
Clear Removes all resources associated with the Cultures.
Remove(CultureInfo) Removes the resource associated with the culture specified.
Remove(String) Removes the resource associated with the culture identified by cultureName.
Translate(OpcContext, OpcText)