Click or drag to resize
TranslationManager Class
Manages the encoding and decoding functions used to translate strings between different locales.
Inheritance Hierarchy
SystemObject
  RW.Server.ComponentTranslationManager

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public class TranslationManager

The TranslationManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeclareTranslation
Associates an encoding and decoding pair with an identifier.
Public methodStatic memberUndeclareTranslation
Dissociates the identifier name from an encoding and decoding delegate pair.
Top
Properties
  NameDescription
Public propertyStatic memberIsTraced
Checks if a Trace has an assigned TextWriter assigned.
Public propertyStatic memberTrace
Gets and sets a TextWriter where translations can be traced.
Top
Remarks
See the Internationalisation Guide for more informations about translation between different locale encodings.
See Also