Skip to content

Multilingual or i18n support #19

Answered by udayvunnam
john-- asked this question in Q&A
Discussion options

You must be logged in to vote

@john-- Good news. I have added this ability.

With latest xng-breadcrumb release, you can provide custom template for breadcrumb, where you can pipe or do whatever you want :)

With ngx-translate you can use like -

<xng-breadcrumb>
  <ng-container *xngBreadcrumbItem="let breadcrumb">
    <ng-container>{{ breadcrumb | translate }}</ng-container>
  </ng-container>
</xng-breadcrumb>

Do check the README and update the library version.
[email protected](Angular 6, 7) or [email protected] (Angular 8+)

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by udayvunnam
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@iabhishek3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #19 on December 09, 2020 03:01.