# Banking Translation in the Gulf: SAMA and CBUAE | Vitra.ai

> Arabic-first is the expectation across SAMA and CBUAE markets. The hard part is engineering: right-to-left layout, Hijri dates and numeral systems.

**Canonical URL**: https://www.vitra.ai/banking/arabic-banking-localization
**Source**: This is the Markdown rendering of https://www.vitra.ai/banking/arabic-banking-localization, generated at build time from that page.

---

4 min read

# Banking Translation in the Gulf: SAMA and CBUAE

Arabic-first is the expectation across SAMA and CBUAE markets. The hard part is engineering: right-to-left layout, Hijri dates and numeral systems.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Senior Product Manager , Vitra.ai
Updated Aug 15, 2026

![Banking Translation in the Gulf: SAMA and CBUAE](https://www.vitra.ai/static/images/blog/arabic-banking-localization.jpg)

Table of contents

[Arabic is not a translation target here, it's the base](#arabic-is-not-a-translation-target-here-its-the-base)

[What actually breaks](#what-actually-breaks)

[The content that carries the weight](#the-content-that-carries-the-weight)

[Where this article stops](#where-this-article-stops)

[Where to start](#where-to-start)

[FAQ](#faq)

Contributors

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Senior Product Manager

Subscribe to our newsletter

Subscribe

> **Quick answer —** Gulf regulators expect consumer-facing banking material in Arabic, and in several markets Arabic governs where versions disagree. The translation is the easy half — right-to-left layout, the Hijri calendar and two numeral systems are what actually break.[Vitra.ai Universe](https://www.vitra.ai/platform) handles the document, web and app surfaces involved.

## Arabic is not a translation target here, it's the base

In much of the Gulf, consumer banking documentation is expected in Arabic as the governing version rather than as a courtesy alongside English. The Saudi Central Bank and the Central Bank of the UAE both operate consumer protection frameworks built on that assumption.

Practically, that inverts the usual project. English is often the working language of the bank's own staff, so teams build in English and translate outward — and then discover the Arabic version is the one that governs.

## What actually breaks

Element

The failure

Layout direction

Mirroring the page but not the components, so icons point the wrong way

Numerals

Eastern Arabic and Western Arabic digits mixed on one statement

Dates

Hijri and Gregorian shown without saying which is which

Names

Given, father's, grandfather's and family name forced into two fields

Mixed strings

An IBAN or a Latin product name inside Arabic text, reordering unpredictably

The bidirectional text problem is the one that surprises engineers. An account number sitting inside an Arabic sentence is a left-to-right run inside a [right-to-left](https://www.vitra.ai/general/rtl-layout-localization) paragraph, and getting the boundaries wrong can display digits in the wrong order — which on a payment screen is not a cosmetic bug.

Name fields are a close second. A form built around first and last name will mangle a full Arabic name, and the mangled version is what ends up on the account.

## The content that carries the weight

Account agreements, fee schedules and Shariah-compliance documentation where it applies. These are structured, they're read closely, and [document translation](https://www.vitra.ai/features/document-translation) that keeps tables and numbered clauses intact matters more than fluency does.

For anything customer-facing at volume, [translation memory](https://www.vitra.ai/features/translation-memory) earns its place quickly because the same disclosure repeats across dozens of products.

## Where this article stops

Which documents must be in Arabic, which version governs a disagreement, and what each Gulf regulator requires of your product set are legal questions and they differ by market. Take them to local counsel. The layout and content mechanics above are the engineering half, and they are the same in every one of those markets.

## Where to start

Render your existing English screens right-to-left with placeholder Arabic and walk the payment flow. The bidirectional and numeral problems surface in an hour, long before any translation budget is committed.

The Gulf beside the other markets: [AI for banking](https://www.vitra.ai/banking/ai-for-banking).

## FAQ

**Do Gulf banks have to publish in Arabic?** Consumer-facing banking material is generally expected in Arabic across SAMA and CBUAE markets, and in several cases the Arabic version governs where two versions disagree. Which documents specifically is a question for local counsel.

**What breaks first when a banking app goes right-to-left?** Mixed-direction text. An IBAN or a Latin product name inside an Arabic sentence is a left-to-right run inside a right-to-left paragraph, and wrong boundaries can display digits out of order.

**How should Arabic banking interfaces handle dates and numerals?** Decide explicitly between Eastern and Western Arabic digits and apply it consistently, and never show a Hijri and a Gregorian date without labelling which is which. Mixed conventions on one statement are the common defect.

**Why do Arabic name fields cause problems in banking?** A form built for a first and last name cannot hold a full Arabic name, which may include the given, father's, grandfather's and family names. The truncated version is then what appears on the account.

Our blog

## Lastest blog posts

Tool and strategies modern teams need to help their companies grow.

Automotive

[Automotive Brochure Localization by Market](https://www.vitra.ai/automotive/automotive-brochure-localization)
A car brochure is a spec grid, a legal footer and a photo library, all market-specific. What actually has to change, and why the layout decides the schedule.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Aug 18, 2026

Automotive

[Automotive Campaign Localization Across Markets](https://www.vitra.ai/automotive/automotive-campaign-localization)
Campaigns run through national companies and dealer networks, so one master becomes hundreds of files. Where the offer text and the disclaimers actually break.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Aug 18, 2026

Automotive

[Car Service Manual Translation for Technicians](https://www.vitra.ai/automotive/automotive-service-manual-translation)
A workshop manual is read mid-repair by someone with the car on a lift. What that demands of procedures, torque figures and fault codes, in every language.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Aug 18, 2026

[View all posts](https://www.vitra.ai/blog/page/1)

---

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": "Article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://www.vitra.ai/banking/arabic-banking-localization"
  },
  "headline": "Banking Translation in the Gulf: SAMA and CBUAE",
  "image": [
    {
      "@type": "ImageObject",
      "url": "https://www.vitra.ai/static/images/blog/arabic-banking-localization.jpg"
    }
  ],
  "datePublished": "2026-08-15T00:00:00.000Z",
  "dateModified": "2026-08-15T00:00:00.000Z",
  "author": [
    {
      "@type": "Person",
      "name": "Samhitha J Bhatt"
    }
  ],
  "publisher": {
    "@type": "Organization",
    "name": "Vitra.ai",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.vitra.ai/static/images/vitra-v-logo.png"
    }
  },
  "description": "Arabic-first is the expectation across SAMA and CBUAE markets. The hard part is engineering: right-to-left layout, Hijri dates and numeral systems."
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://www.vitra.ai"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Banking",
      "item": "https://www.vitra.ai/banking"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Banking Translation in the Gulf: SAMA and CBUAE",
      "item": "https://www.vitra.ai/banking/arabic-banking-localization"
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Do Gulf banks have to publish in Arabic?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Consumer-facing banking material is generally expected in Arabic across SAMA and CBUAE markets, and in several cases the Arabic version governs where two versions disagree. Which documents specifically is a question for local counsel."
      }
    },
    {
      "@type": "Question",
      "name": "What breaks first when a banking app goes right-to-left?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Mixed-direction text. An IBAN or a Latin product name inside an Arabic sentence is a left-to-right run inside a right-to-left paragraph, and wrong boundaries can display digits out of order."
      }
    },
    {
      "@type": "Question",
      "name": "How should Arabic banking interfaces handle dates and numerals?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Decide explicitly between Eastern and Western Arabic digits and apply it consistently, and never show a Hijri and a Gregorian date without labelling which is which. Mixed conventions on one statement are the common defect."
      }
    },
    {
      "@type": "Question",
      "name": "Why do Arabic name fields cause problems in banking?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "A form built for a first and last name cannot hold a full Arabic name, which may include the given, father's, grandfather's and family names. The truncated version is then what appears on the account."
      }
    }
  ]
}
```
