Angular 17: i18n

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 3

  • @Harish-ff7jl
    @Harish-ff7jl 2 หลายเดือนก่อน

    How to translate the content which is coming from api

    • @vsvdev8773
      @vsvdev8773  2 หลายเดือนก่อน +1

      1.Content may be requested with language flag from server(server contains database which maintain different language versions )
      2. There may be additional translate service(get content from api - translate it (additional request ) - render)
      tolgee.io/blog/how-to-localize-angular-app

    • @Harish-ff7jl
      @Harish-ff7jl 2 หลายเดือนก่อน

      @@vsvdev8773 regarding point 1, you were telling about that we need to store the translated content in db ,and based on the language flag we have to get it . Am i correct?