Function: useTranslation
▸ Const
useTranslation(namespaces?
): [FC
<TranslationProps
>, (content
: string
| Element
, alias?
: string
, count?
: number
) => any
, string
, boolean
]
Parameters
Name | Type | Default value |
---|---|---|
namespaces | string | string [] | [] |
Returns
[FC
<TranslationProps
>, (content
: string
| Element
, alias?
: string
, count?
: number
) => any
, string
, boolean
]
Defined in
onekijs/packages/onekijs-framework/src/i18n/useTranslation.tsx:13