diff --git a/src/@awesome-cordova-plugins/plugins/clevertap/index.ts b/src/@awesome-cordova-plugins/plugins/clevertap/index.ts index 20734b5d8..914a20c43 100644 --- a/src/@awesome-cordova-plugins/plugins/clevertap/index.ts +++ b/src/@awesome-cordova-plugins/plugins/clevertap/index.ts @@ -95,6 +95,16 @@ export class CleverTap extends AwesomeCordovaNativePlugin { return; } + /** + * Call this method to set a custom locale for the clevertap instance. + * @param locale {string} + * @returns {Promise} + */ + @Cordova() + setLocale(locale: string): Promise { + return; + } + /******************* * Push ******************/