Rogue Wave Server Component library for .NET Reference Guide
|
|
TranslationManager Class |
Manages the encoding and decoding functions used to translate
strings between different locales.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
The TranslationManager type exposes the following members.
| Name | Description | |
|---|---|---|
| IsTraced |
Checks if a Trace has an assigned
TextWriter assigned.
| |
| Trace |
Gets and sets a TextWriter where translations can
be traced.
|
| Name | Description | |
|---|---|---|
| DeclareTranslation |
Associates an encoding and decoding pair with an identifier.
| |
| UndeclareTranslation |
Dissociates the identifier name from an encoding and
decoding delegate pair.
|
See the Internationalisation Guide for more informations about
translation
between different locale encodings.