I have a language selection dropdown that people can use to set their preferred language with ngx-translate.
But when a new locale has been set to use, the page title remains the same. Only after a route change the title is translated (which is expected according to documentation https://angular.dev/api/router/TitleStrategy).
How can I make the page title reactive to the ngx-translate use of locales?
#Page title translation with ngx-translate not reactive
2 messages · Page 1 of 1 (latest)