Page titles left unlocalized


sample:


page + masterpage

Germany

Thanks for pointing this out. This is definitely a missing feature in the Add-In. I will fix it in a future version, but it is not a trivial change.

I must admit, I did not understand how to localize the page title in ASP.NET 2.0. I have now learned that it is possible to define the meta:resourceKey attribute in the page directive, and use it to localize the title tag. I will have to handle both of these as special cases.

In the meantime, you can either:

  • load the title from source code, and localize it there, or
  • use the Generate Local Resource in the Tools menu to generate the resources, and enter the translations directly in the resource file.


Phil

Germany

Sorry that it took me such a long time to get around to fixing this. I have just uploaded a new version (4.60.0023) which should now detect the title attribute of a content page.

Phil