Translator::Translator

Translator::Translator
Translator();
explicit Translator(unsigned wwMode);
Description

Translator constructor. Sets State_Translator as its State type. 

The second constructor might be used to perform custom or built-in Asian word wrapping. If the parameter wwMode is set to value other than WWT_Default(0), then OnWordWrapping virtual method will be invoked once a necessity of word-wrapping for any text field is determined.

Parameters
Parameters 
Description 
unsigned wwMode 
Specifies word-wrapping mode (see WordWrappingTypes).