TXRenderingStategy

@objc
public enum TXRenderingStategy : Int

The rendering strategy to be used when Transifex renders the final string.

  • Platform strategy, default one

    Declaration

    Swift

    case platform
  • icu

    ICU platform strategy, currently not implemented

    Declaration

    Swift

    case icu