Returns current internationalization context.

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

Syntax

C#
public I18NSessionContext getI18NSessionContext()
Visual Basic (Declaration)
Public Function getI18NSessionContext As I18NSessionContext
J#
public I18NSessionContext getI18NSessionContext()
JScript
public function getI18NSessionContext() : I18NSessionContext

Return Value

Current I18NSessionContext of the session.

See Also