Hello.
First of all I want to say thanks for a great module, it supports our companys needs and beyond :)
Allthough I am having a problem at the moment, our site supports danish and english (and more languages on the way). I am in the middle of translating all the resource pages, but how do I change the module titles so they too can be modified depending on the chosen language?
An example:
I want to edit the Store Mini Cart so the module title changes depending on the language. I have tried adding the following to StoreMiniCart.ascx.cs
protected void Page_Init(System.Object sender, System.EventArgs e)
{
ModuleConfiguration.ModuleTitle = Localization.GetString("ModuleTitle", this.LocalResourceFile);
}
And of course I added an entry in the resource file called ModuleTitle.Text.
This does not seem to do the trick so I suppose the module title is overwritten somewhere, I just don't really know where to look.
Does anyone have any ideas?
Regards
Andreas