Hi!
Sorry my very poor english ...
I'm using asp.net control toolkit to do a calendar on asp.net mvc, and it works fine! But it is in english format date. How can i change to pt-BR culture? I read lot of sites, but i couldn't implement on my project.
Anyone could put a link to show me a valid implementation about culture?
And why putting: <globalization culture="pt-BR" uiCulture="pt"/>
in webconfig file between system.web tags doesn't work?
Thanks