# OPS-034 — A programme in another language still owes the English keyword

> A programme messaging in a language other than English must honour STOP in that language, and must not return an error to the English keyword.

- **Rule ID:** OPS-034
- **Layer:** Operational (`OPERATIONAL`)
- **Checks:** `per-locale keyword table`
- **Severity:** HIGH — Rejected by at least one carrier or provider, and a common cause of failure at the rest.
- **When it bites:** Falls due after approval, once you are live and sending
- **How it is detected:** Not knowable before submission — reported with its deadline
- **Fix type:** Wait on an external system or a required interval
- **Required by:** CTIA, MMA
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/operational/ops-034/

## Why this rule exists

A Spanish-language programme whose handler only knows English leaves its subscribers with no working opt-out at all, which is the worst version of this failure. The mirror case is just as real: handsets, carriers and habit mean somebody will send STOP even to a Spanish programme, and answering that with an error is the defect the previous rule describes.

## How to fix it

Add the local-language revocation words to the keyword table alongside the English set rather than instead of it, and keep the confirmation in the language the consumer wrote in. Done when both ALTO and STOP suppress on the same programme.

## Example of a compliant value

```text
Keyword table for a Spanish programme: STOP, ALTO, PARAR, CANCELAR, plus the standard English set.
```

## Check this yourself

**Do both ALTO and STOP suppress on the same programme?**

1. Send the local-language revocation word and the English one to the same programme.
2. Confirm adding a locale did not replace the default keyword set — that is how most platforms model it.
3. Check the confirmation comes back in the language the consumer wrote in.

*What wrong looks like:* A Spanish-language programme whose handler only knows English leaves its subscribers with no working opt-out at all — and a subscriber who sends the English keyword out of habit gets an error.

## Notes

Only the sending platform holds the keyword table. What the user has to confirm is that adding a locale did not replace the default set, which is how most platforms model it.
