I follow the guide in Grocery CRUD web documentation, but I can't find if this library suport operations for a multilanguage application. let's say I have a table articles, where I have a column "lang",
id lang title
1 EN Title for en
1 DE Title for de
How can I use or modify the view for edit, to put there tabs, or a dropdown. Can I do this with Grocery? If you another library, please share with us.
Thanks in advance