How to change the MAUI DatePicker calendar view from English to french(other languages) #15753
Unanswered
saiganesh-sakthivel
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I set the public App()
{
InitializeComponent();
//....
// Set language (culture your CultureInfo object`
Thread.CurrentThread.CurrentCulture = culture;
Thread.CurrentThread.CurrentUICulture = culture;
Strings.Culture = culture;
} This should also update all |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to change the MAUI DatePicker calendar view from English to French (other languages). Even, i had try to set the culture info in the sample but it is not working. Any idea to achieve it?
Beta Was this translation helpful? Give feedback.
All reactions