Changing Language in Component #708
-
|
I want to know how to change the language in the component, for example in the x-table component there is a label "quantity", I want to be able to change it or it has two languages. I don't know if I missed it in the documentation. |
Beta Was this translation helpful? Give feedback.
Answered by
devajmeireles
Oct 20, 2024
Replies: 1 comment
-
|
Hey, @elnasnato ! All the TSUI component text strings are designed using the Laravel's translation system. If the table component has a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
elnasnato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, @elnasnato ! All the TSUI component text strings are designed using the Laravel's translation system. If the table component has a
quantitytext, you can interact with it by publishing the TSUI translations files: https://tallstackui.com/docs/translation