TCSCConverter Method

         Example         Applies To

Language-specific information

Converts the specified range from Traditional Chinese to Simplified Chinese or vice versa.

Syntax

expression.TCSCConverter(WdTCSCConverterDirection, CommonTerms, UseVariants)

expression   Required. An expression that returns a Range object.

WdTCSCConverterDirection   Required Long. Can be one of the following WdTCSCConverterDirection constants.

Constant Description
wdTCSCConverterDirectionAuto Converts in the appropriate direction based on the detected language of the specified range.
wdTCSCConverterDirectionSCTC Converts from Simplified Chinese to Traditional Chinese.
wdTCSCConverterDirectionTCSC Converts from Traditional Chinese to Simplified Chinese.

CommonTerms   Optional Boolean. True if Microsoft Word converts common expressions intact rather than converting on a character-by-character basis.

UseVariants   Optional Boolean. True if Word uses Taiwan, Hong Kong, and Macao character variants. Can only be used if translating from Simplified Chinese to Traditional Chinese.