Announcement: Tencent Cloud Mini Program Platform Renamed to Tencent Cloud Super App as a Service on January 2, 2025
Console Updates
Android SDK Updates
iOS SDK Updates
Flutter SDK Updates
IDE Updates
Base Library Updates
// Implement the MiniAppProxy APIpublic class YourMiniAppProxyImpl extends BaseMiniAppProxyImpl {@Overridepublic Locale getLocale() {// Return the language you want to setreturn Locale.SIMPLIFIED_CHINESE; // Simplified Chinese// or return Locale.US; // English// or return new Locale("ar", "SA"); // Arabic// or return new Locale("in", "ID"); // Indonesian// or return Locale.FRANCE; // French}}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback