By setting a user locale, you can switch the email templates used in the verification process.
You can get the locale of the user device with the Locale#getDefault() method. When setting the locale in the KiiUser, please use an instance of the LocaleContainer class as shown in the next snippet. The LocaleContainer class will convert the format of the locale from the platform-specific one to the common one that can be interpreted by the server.