F
Filament5d ago
Aman

Not Working LocaleSwitcher if i selected de or en

->afterStateUpdated(function (Set $set, ?string $state, Get $get) { $locale = $get('activeLocale') ?? app()->getLocale(); // Get current locale dd($locale); $slug = $get("slug.{$locale}"); if (blank($slug)) { $set("slug.{$locale}", Str::slug($state)); } }) In db i have en or de slug but again and again showing default lang 'de" in dd it working only one language when i edit post for 2nd lang automatic slug not Generating
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?