Contents

transliterateChinese(forText:)

Converts text between traditional and simplified Chinese.

Declaration

func transliterateChinese(forText text: String)

Parameters

  • text:

    The text to transliterate.

Discussion

Call this method to invoke the system’s standard transliteration behavior, for example, when your browser text view receives transliterateChinese(_:).

See Also

Translation and transliteration