Get a translation key
get_contentFetch a translation key by name to retrieve its value in the selected language and every other locale. Specify 'lang' to override; defaults to project language. Read-only, consumes no credits.
Instructions
Fetch a single translation key by name (returns the value for the chosen language plus every other locale that has been written). Use lang to pick the locale; defaults to the project default language. Read-only; doesn't consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-namespaced translation key, e.g. 'hero.headline'. | |
| lang | No | BCP-47 language code (defaults to project default_language). |