How to use Spatie Translatable in filament custom page?
I have a page that is not a resource because there will be one record. But I don't know how to make
LocalSwitcher
work. I have tried everything possible that came to my mind.
2 Replies
dose the
LocaleSwitcher
appears normally but not working
any errors?Do you not get conflict between InteractsWithForms and Translatable. I am trying to achieve the same (making a custom page with an Edit form that is translatable) but this conflict is the first issue I cannot seem to fix. Have you come to a solution?
In my case the LocaleSwitcher never shows up.