> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Preference Translation

> List preference translations

List available translation locales for preference categories in a workspace. Returns the locale codes that have translations configured.

## Syntax

```bash theme={"system"}
suprsend category translation list [flags]
```

## Flags

| Flag         | Description               | Default |
| ------------ | ------------------------- | ------- |
| `-h, --help` | Show help for the command | –       |

<Tip>
  Use `-o json` for machine-readable JSON output, `-o yaml` for YAML. Default `-o pretty` outputs a human-friendly table.
</Tip>

## Example

```bash theme={"system"}
# List translation locales in staging workspace (default)
suprsend category translation list

# List translation locales in production workspace
suprsend category translation list --workspace production
```

***

## Related documentation

* [Category Translations](/docs/notification-category#category-translations)
* [How to manage Category translations](/docs/managing-notification-categories#managing-category-translations)
