# isRtl

**Kind:** Function

**Source:** [`atloria-monorepo/apps/api/src/project/language.util.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/project/language.util.ts#L90)

True when the code is written right-to-left.

## Signature

```ts
function isRtl(code: string | null): boolean
```

## Parameters

| Name | Type |
|---|---|
| `code` | `string | null` |

**Returns:** `boolean`
