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

# algolia dictionary settings set

> Set dictionary settings.

```txt Usage theme={"system"}
algolia dictionary settings set --disable-standard-entries <languages...>  --enable-standard-entries <languages...> [--reset-standard-entries] [flags]
```

## Examples

Tuen off standard entries for English and French:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --disable-standard-entries en,fr
```

Enable standard entries for English and French:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --enable-standard-entries en,fr
```

Turn off standard entries for English and French and enable standard entries for Spanish.:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --disable-standard-entries en,fr --enable-standard-entries es
```

Reset standard entries to their default values:

```sh icon=square-terminal theme={"system"}
algolia dictionary settings set --reset-standard-entries
```

## Flags

<ParamField body="-d, --disable-standard-entries">
  Disable standard entries for the given languages
</ParamField>

<ParamField body="-e, --enable-standard-entries">
  Enable standard entries for the given languages
</ParamField>

<ParamField body="-r, --reset-standard-entries">
  Reset standard entries to their default values
</ParamField>
