Hello,
I'm looking for a way to localize (in french) a RadDateTimePicker.
I found the quick method : change control's properties in ASPX code.
And it's like the above code-behind method...
But I think it's not very reusable :( I don't want to copy-paste the
same strings on all my RadDateTimePicker controls!
Is it possible to localize several controls accross a web application?
Something in App_GlobalResources like the RadEditor maybe?
Thanks.