import { usePage } from '@inertiajs/react'; export const useLocale = () => { const { locale } = usePage().props as any; return locale; };