Hello,
Welcome to our Microsoft Q&A platform!
System.Globalization.CultureInfo.CurrentCulture = new System.Globalization.CultureInfo("fr-Fr");
but i don't know if i need to add this on each activity / fragment ?
Yes, it just worked in current activity / fragment. If you want to keep the French language, you have to add in your every resumed
of activities. Or you can add a base activity like this thread:
https://stackoverflow.com/a/32994325/10627299
Then other activity could extend this base activity.
Best Regards,
Leon Lu
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.