Datatable labels language change #1064
Unanswered
ArchangerOne
asked this question in
Q&A
Replies: 1 comment
-
Can you clarify what you mean by labels please? Or what the issue you're experiencing is? If you're talking about the Column header/label, then you can reference a translation in the label like so: Column::make(__('app.FieldName'), 'name'), or reference by name e.g. Column::make(__('Nearest Metro Station'), 'nearestMetro'), Everything else should be referencing the localised value! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i'm maybe wrong but i have read all the v2 docs and there isn't one line about how to change datatable labels localisation. Translations are well published, but what tag/property to use french json by default instead of english ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions