Translations#

Translations endpoint is used to handle the translation information of the content objects.

Get Translation#

Query function#

Use the getTranslationQuery function to get the query for fetching the translation information of the given path.

Hook#

Use the useGetTranslation hook to get the translation information of the given path.

Parameters#

  • path: string

    • Required: Yes