From: maz77 on
I've made my Masterpage with a Header, a LeftBar and a Content but only
the Content is a COntentPlaceHolder; I've changed the language of all
controls in Content overriding "InizializeCulture()" method.
Now I'd like to make the same with Header and Leftbar, but I really
don't know how... cause MasterPage extends Control (not Page) and it
hasn't any InizializeCulture() to override...

Thanks.

MAX