Localization ASP.NET WebControl question

  • Thread starter Thread starter PJ
  • Start date Start date
P

PJ

Greetings

I'm developing a WebControl and I need to check the Page.Culture
property in DESIGN time, in order to display the proper contents on
the WebControl.

I have run out of ideas of how to do it.

I've even checked the Page.Culture in the Reflector and it show in
plain english that the Page.Culture property is, sort of, WriteOnly.
When read the Page.Culture property return the
CultureInfo.DisplayName.

If someone can gelp me I'd appreciate

PJ
http://pjondevelopment.50webs.com
 
Back
Top