Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar localization #55

Closed
andersberglund opened this issue Sep 9, 2015 · 8 comments
Closed

Calendar localization #55

andersberglund opened this issue Sep 9, 2015 · 8 comments
Milestone

Comments

@andersberglund
Copy link

Calendar doesn't localize, shows english names for day and month regardless of culture.

@ButchersBoy ButchersBoy added this to the ver 1.1 milestone Sep 9, 2015
@andersberglund
Copy link
Author

Great!

@ButchersBoy
Copy link
Collaborator

fixed.

@Arnh
Copy link

Arnh commented Sep 24, 2015

Hi All.

Me too have this problem.
At design time show correctly in Italian, at run time change in english names.
Cannot manage to solve this issue :)

Another question:
How to show the name of day in top of the control?

Thanks.

Arn

@ButchersBoy
Copy link
Collaborator

Hey...have you tried setting this? http://stackoverflow.com/questions/4041197/how-to-set-and-change-the-culture-in-wpf

...wondering if that has an effect for you.

@Arnh
Copy link

Arnh commented Sep 25, 2015

Hi James, THANKS for the support ... Don't work :)
Good, because, COPYNG from Your calendar I have made one by myself..

Thanks

Arn

@ButchersBoy
Copy link
Collaborator

@Arnh ...is there a fix I'm missing then?

@Arnh
Copy link

Arnh commented Sep 28, 2015

Hi James. SORRY for the delay to reply. :)

Surely I do something wrong, but if I put a MaterialDateDisplay on a form it show Italian settings.
After launch show english settings.

If You wtite the exact xaml code to set culture IT i'll try and .. report.

Ciao

Arn

@ButchersBoy ButchersBoy modified the milestones: ver 1.2, ver 1.1 Oct 11, 2015
@andersberglund
Copy link
Author

I found what I think is the easiest way to set the current language for the application.
In MainWindow, before Initialize() use this.
this.Language = XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.IetfLanguageTag);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants