問題タブ [ngx-translate]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - 「TranslateService」と「Title」を使用したAngular 2+の動的翻訳ページタイトル
アプリに多言語の可能性を実装しようとしていますが、ngx-translate
. 今、私のアプリは言語を英語からロシア語に切り替える可能性があり、正常に動作しますが、私のアプリには dynamic が必要page title
です。私はTitle
サービスを使用していますが、それも問題なく動作しますが、言語を切り替えるtitle
とデフォルトの言語のままです。
アプリで動的に翻訳されたタイトルを取得するにはどうすればよいですか???
〜文法上の誤りをお詫びします
app.module.ts
app.companent.ts