Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Localization of DateTimePicker (Read 3452 times)
kelahrAXIT
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 1
Joined: Sep 1st, 2015
Localization of DateTimePicker
Sep 1st, 2015 at 2:45pm
Print Post  
Hello,
I'd like to know, how I can change the localization of the WPF DateTimePicker. It always shows the date in english, but I need it in german.
I tried the CustomDateTimeFormat, but it has no effect.
I seem to be not able to find a way to change the culture for the control, so any help would be really appreciated!

Regards
Kerstin
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Localization of DateTimePicker
Reply #1 - Sep 1st, 2015 at 4:06pm
Print Post  
Hi,

Try setting the Language property to de-DE:

Code
Select All
<ui:DateTimePicker x:Name="dtp" Language="de-DE" /> 



I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint