Replies: 1 comment
-
@Nitin-789 We have those strings translated in version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
We have used a fdp-table and the strings which are internal to the component such as ("search" string in the search bar, "Ascending order" and "Descending order" options which are displayed when sorting in enabled on the table). I want them to be translated when I change the language in that same page which is another drop down. I checked the source code and I see that a custom pipe "fdTranslate" has been used to translate the strings. So is there any way by which I can change the strings which are internal to the table component when I change the language in the drop down ?
I'm using angular core version as "@angular/core": "15.2.0".
It would be great if you can guide me on how to approach this as I do not see any documentation(or may be I missed) related to it.
PS: Attaching few ss for the strings which I'm referring to.
Thanks,
Nitin
Beta Was this translation helpful? Give feedback.
All reactions