registerLocalizationFile()

Note: This API is supported from version 8.1.0

The ZohoSalesIQ.registerLocalizationFile() API is used to override the Mobilisiten SDK localizable strings by registering the file name of the ".xcstrings" or ".strings" file containing the custom localized strings.

Parameter

  • tableName - `.xcstrings` file name

Syntax

CopiedZohoSalesIQ.registerLocalizationFile(with tableName: String)

Example

CopiedZohoSalesIQ.registerLocalizationFile(with: "Localizable")