How to add LocaleSwitcher in RelationManager modal window?

if i add LocaleSwitcher as extra action it doesnt work full
            ->actions([
                Tables\Actions\EditAction::make()
                    ->extraModalFooterActions([
                        LocaleSwitcher::make(),
                    ]),
                Tables\Actions\DeleteAction::make(),
            ])

if u switch locale form doesnt change, it only changes the title of the modal window πŸ˜„

how refresh filled form data when u change locale?
image.png
Was this page helpful?