Wrong browser tab label in Service Portal when language is changedIssue When customer open a catalog item from Service Portal in other language different to English, the browser tab label is wrong. Instead of showing the name of the item, it shows as %name - <instance name>ReleaseTokyo and higherCauseThe dynamic title taken from the 'Dynamic Page Title' field value of the sp_page record, and the value should be %title_name. Here the page name is sc_cat_item.When the language is English, it shows correct value. However, when the language is switched, and again reloaded the above sp_page record, its see that value of that field is changed to %name. This is what is causing the problem.ResolutionTo fix this. 1. First change the language to the desired language2. Go to that sp_page page (if already opened, reload it). In this case its sc_cat_item3. Notice, the value is shown as %name for Dynamic title 4. Update the value to %item_name and save the record. Customer may have to do this same for all languages as well, as it will happen for all non-english language preference.Related LinksAdd Dynamic titles to Page