TXRenderedSourceErrorPolicy
public final class TXRenderedSourceErrorPolicy : TXErrorPolicy
An error policy that simply returns the string that is going to be rendered in the UI instead of the translation.
-
Declaration
Swift
public func get(sourceString: String, stringToRender: String, localeCode: String, params: [String: Any]) throws -> String