First, it is important to clarify that all the text seen in the App comes from three sources:
- App local
- Configured on the platform
- Issued from the cloud
Let's start with the first type--App local
Applicable to SDK-developed Apps, Android is configured in the local resource files, and iOS is configured in the local resource filesLocalizations
The multi-language resources we currently support are available, click to view
The second type--Platform configuration
The App's multi-language includes the following, supporting individual modification and batch
Finally, the third type--Issued from the cloud
Entries that still cannot be adapted after the above modifications are most likely issued from the cloud, commonly seen on H5 pages, such as "Common Questions and Feedback", "Network Configuration Page", "Pages redirected from Google Assistant and Alexa", etc. It also includes entries for scene conditions and so on. If you encounter entries that cannot be modified, you can submit a ticket for consultation
Other issues