OOB widgets are not translated if they are added to custom pagesIssue If you add an OOB widget to any custom portal page/s, it will create a new widget instance. Upon changing the language, the new widget instances will not be translated. Widgets that have a title field will not translate to another language and will show as English.ReleaseAll current and supported releases.CauseEvery widget instance needs to have a specific translation available for the title field.ResolutionYou can do a language debug by going to - Enable I18N Debugging, and validate that the title is fetched from sys_translated_text table. This table will hold the translation for the title, for every widget instance used in the portal pages.