Tracking Locale
Track the locale settings of your user’s device in your iOS app using the MoEngage SDK.
For tracking the locale settings of the user device use trackLocale() method as shown below:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Track the locale settings of your user’s device in your iOS app using the MoEngage SDK.
MoEngageSDKAnalytics.sharedInstance.trackLocale()
[[MoEngageSDKAnalytics sharedInstance] trackLocale];
Suggestions