Customize and Localize Strings with the Service Chat SDK
You can change the text used throughout the user interface. To customize text, create
string resource values in a Localizable.strings file in the
Localization bundle for the languages you want to update. Create string tokens that match the
tokens you intend to override.
Service Chat SDK text is translated into more than 25 different languages. In order for your string customizations to take effect in a given language, provide a translation for that language. For any language you do not override manually in your app, the SDK uses its default values for that language.
Refer to Internationalization at developer.apple.com for more info about localization.
The following list of string tokens are available for customization:
The following languages are currently supported:
Language Code | Language |
---|---|
ar | Arabic |
cs | Czech |
da | Danish |
de | German |
el | Greek |
en | English |
es | Spanish |
fi | Finnish |
fr | French |
hu | Hungarian |
id | Indonesian |
it | Italian |
iw | Hebrew |
ja | Japanese |
ko | Korean |
nb | Norwegian Bokmål |
nl | Dutch |
pl | Polish |
pt | Portuguese |
ro | Romanian |
ru | Russian |
sv | Swedish |
th | Thai |
tr | Turkish |
uk | Ukranian |
vi | Vietnamese |
zh_TW | Chinese (Taiwan) |
zh-Hans | Chinese (Simplified) |
zh-Hant | Chinese (Traditional) |
zh | Chinese |