I have a page with a calendar, among other things. I'm using local resources to translate it to browser's language. When there isn't a resx file for the browser's language, it uses the auto language (en-US). An example: my browser's language is pt-BR,
but I don't have a MyPage.aspx.pt-BR.resx, so it'll get from MyPage.aspx.resx, which is in english. That's exactly what I want, but the problem is that, altough I get the labels and everything else in english, my calendar still shows the pt-BR format (the
browser's language!). Is there anyway I can set the calendar to en-US when I don't have a pt-BR resx file, even if the browser's language is pt-BR???
AnaC
Member
92 Points
24 Posts
Problem with Calendar and resx file
Jun 15, 2006 07:52 PM|LINK
Hi!
I have a page with a calendar, among other things. I'm using local resources to translate it to browser's language. When there isn't a resx file for the browser's language, it uses the auto language (en-US). An example: my browser's language is pt-BR, but I don't have a MyPage.aspx.pt-BR.resx, so it'll get from MyPage.aspx.resx, which is in english. That's exactly what I want, but the problem is that, altough I get the labels and everything else in english, my calendar still shows the pt-BR format (the browser's language!). Is there anyway I can set the calendar to en-US when I don't have a pt-BR resx file, even if the browser's language is pt-BR???
Thank you!