Localization / translation
Customise and localize the Cobrowse interface to offer a tailored experience. The website SDK provides support for more than 20 languages.
You may use the documentation under Customize the interface to completely replace our default UI in our SDKs with your own custom UI. However, some clients prefer to use our existing default UI, but simply localize or modify the text strings.
Our web SDK contains default language support for the following languages:
English
French
German
Spanish
Spanish Mexico (es-mx)
Italian
Japanese
Chinese Simplified (zh-hans)
Chinese Traditional (zh-hant)
Hebrew Israel (coming soon!)
Korean
Malay (coming soon)
Marathi India
Portuguese
Portuguese Brazil (pt-br)
Thai
Vietnamese
Russian
Arabic UAE (coming soon!)
Hindi India
Dutch
Czech (coming soon!)
Slovak (coming soon!)
Slovenian (coming soon!)
Lithuanian (coming soon!)
Polish (coming soon!)
Kazakh (coming soon!)
Romanian (coming soon!)
Ukrainian (coming soon!)
Estonian (coming soon!)
Danish (coming soon!)
Finnish (coming soon!)
Create a new strings file named CobrowseIO.strings in your app project and select all localization you want to support in the File Inspector. Refer to the Apple documentation to see more details about this approach.
The content of CobrowseIO.strings should be the following (replace string values with your own text):
Full Device Screen Share
In order to localize messages in the broadcast upload extension used for full device screen sharing, create another file named CobrowseIO.strings in the extension project and select all localization you want to support in the File Inspector.
The content of CobrowseIO.strings should be the following (replace string values with your own text):
Create a new strings-cobrowse.xml resource file in your app project:
in the
valuesdirectory, in order to modify the text stringsin the
values-XXdirectory whereXXrepresents a two-letter ISO 639-1 language code, in order to localize the text strings
Refer to the Android documentation to see more details about this approach.
The content of strings-cobrowse.xml should be the following (replace XML values with your own text):
Last updated
Was this helpful?