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:
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /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];
Was this page helpful?