2
Reply

How to translate the title of DatePickerControl ?

RAJHANHI

RAJHANHI

Feb 24 2014 9:38 AM
1.1k

I want to change the string 'Select a Date' on my control to some other text based on my culture/language. Ma code is:

<DatePicker x:Name="pickDate" Grid.Column="1" HorizontalAlignment="Left" Margin="10,36,0,0"
           Height="25" Width="184" />
 
Please help me, how can i do that ?


Answers (2)