setPushLanguageCode

public abstract void setPushLanguageCode(String language, RongIMClient.OperationCallback callback)

Sets the natural language for push notification content.

Parameters

language

The locale set via the SDK, in the format of (ISO-639 Language Code)_(ISO-3166 Country Codes), e.g., zh_CN. Currently, RCsupports built-in push languages: zh_CN, en_US, ar_SA.

callback

The callback to execute the operation.