date time picker to my local language
can somebody help me to fix my problem. my problem is about date time picker on visual basic .net, I have an question that how to change day name to my local language and how to change day and month on calendar drop down to my local language too. I hope somebody here can help me to fix my problem, thanks for an answer my question
Re: date time picker to my local language
The DateTimePicker and Calendar controls show the language that's set in the Regional settings on the OS. You can change that in the Windows Control Panel.
Re: date time picker to my local language
Quote:
Originally Posted by
MattP
The DateTimePicker and Calendar controls show the language that's set in the Regional settings on the OS. You can change that in the Windows Control Panel.
can I change it from my code. without from control panel ?
Re: date time picker to my local language
No. As with all Windows elements standard text in controls is externally sourced. If you wanted to determine this you would have to build your own controls from scratch using your own string resources. Of course that would mean that your application would no longer be 'international'.