The class represents an internationalization context of a client session. Every client of any type (e.g. standard Innovator client; standalone .NET client; etc.) has an instance of the class associated with each of its sessions. The context defines what locale, time zone, etc. are used by the session; this affects what kind of data is returned from the server and how the locale sensitive data (date, float, etc.) is formatted. The class also provides methods for converting from a locale specific formats of the session to neutral formats that are used in AML for sending\receiving data to\from Innovator server. In order to correctly build or interpret an AML it's important to remember the following:
  • Locale sensitive types ( 'date' | 'float' | 'decimal' ) must be always presented in AML in neutral format
  • Dates must be always presented in AML in the time zone of the session

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public class I18NSessionContext
Visual Basic (Declaration)
Public Class I18NSessionContext
J#
public class I18NSessionContext
JScript
public class I18NSessionContext

Inheritance Hierarchy

System..::.Object
  Aras.IOM..::.I18NSessionContext

See Also