@public
interface
UseTranslationOptions
Options for the useTranslate
hook
Import
import {type UseTranslationOptions} from 'sanity'
Signature
interface UseTranslationOptions<KPrefix> {
keyPrefix?: KPrefix
lng?: string
}
Properties
keyPrefix?: KPrefix
keyPrefix?: KPrefix
lng?: string
lng?: string