Extend AbleCommercePage for Language Globalization?
Posted: Wed Jul 23, 2008 3:41 pm
I'm in the process of translating my website into a number of different languages (using Local and Global resource bundles). I'm going to implement a new profile field to allow the user to select the language of choice. I will also make use of the "Auto" culture features of .NET 2.0.
In order to make the manual Culture settings stick, I think I'll have to implement/override the InitializeCulture method in the Page Base class. Since everything in Able seems to build off of the AbleCommercePage, I suppose I'll have to extend that with my new InitializeCulture method.
For those in the know, does this sound like a valid plan of attack? Does Able currently use the InitializeCulture method to do anything? I don't have the source so I can't see.
Thanks,
Mike
In order to make the manual Culture settings stick, I think I'll have to implement/override the InitializeCulture method in the Page Base class. Since everything in Able seems to build off of the AbleCommercePage, I suppose I'll have to extend that with my new InitializeCulture method.
For those in the know, does this sound like a valid plan of attack? Does Able currently use the InitializeCulture method to do anything? I don't have the source so I can't see.
Thanks,
Mike