I am currently utilizing the IONIC Framework and incorporating Moment.js for handling dates. I have set all strings to be in French using the code below:
moment.locale('fr');
Interestingly, this works perfectly on the "serve" mode of Ionic. However, when I compile the application for Android or iOS, all dates revert back to English.
Any suggestions or solutions would be greatly appreciated!
Thank you in advance!