Page titles left unlocalized Posted by lashin on Tue 03 of Mar, 2009 11:13 GMT sample: page + masterpage
Posted by Phil on Tue 03 of Mar, 2009 22:12 GMT 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
Posted by Phil on Fri 06 of Mar, 2009 21:48 GMT The title tag is now supported in version 4.60.0022. Phil
Posted by lashin on Sat 07 of Mar, 2009 13:37 GMT > The title tag is now supported in version 4.60.0022. Yes, its true, but it work for *.aspx without "master page" feature only. See attachment please. title_localization.PNG (108.62 Kb)
Posted by Phil on Sat 14 of Mar, 2009 20:34 GMT 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
Posted by lashin on Mon 16 of Mar, 2009 13:23 GMT Thank you! Perfect! P.S. what about this topic? http://jollans.com/tiki/tiki-view_forum_thread.php?comments_parentId=220&topics_offset=2&topics_sort_mode=lastPost_desc&forumId=1 Especially about: - Export to Excel wizard: option "Export only untranslated strings"