Skip to content

Insights E-Invoicing

فاتورة ضريبية بالانجليزي — Tax Invoice in Arabic and English (UAE): the Bilingual PINT-AE Format Guide

فاتورة ضريبية بالانجليزي — how to issue a tax invoice in Arabic and English in the UAE, field by field, with the right VAT labels and PINT-AE format.

Bilingual UAE tax invoice with Arabic and English line items, TRN and VAT labels under PINT-AE format
Bilingual UAE tax invoice with Arabic and English line items, TRN and VAT labels under PINT-AE format Photo: Velmont Crest Editorial

Key takeaways

  1. Arabic is not banned and not optional — the Tax Procedures Law (Art. 5, Language) lets you invoice in English but you must produce an Arabic translation if the FTA requests it.
  2. PINT-AE supports per-line language tags — `Name` and `Description` fields can repeat with `languageID='ar'` and `languageID='en'` in the same UBL XML.
  3. Customer presentment ≠ XML payload — the structured XML goes peer-to-peer through the 5-corner DCTCE model; the bilingual PDF is the human-readable copy your customer actually reads.
  4. RTL rendering is your ERP's job — SAP, Oracle, NetSuite, Tally, Zoho, QuickBooks, Odoo and Wafeq all support Arabic, but PDF templates often need manual right-to-left rework.
  5. VAT labels in Arabic — 'ضريبة القيمة المضافة' for VAT, 'درهم إماراتي' or 'د.إ' for AED, 'رقم التسجيل الضريبي' for TRN.
  6. Phase 1 starts 1 Jan 2027 for revenue ≥ AED 50M; Phase 2 follows on 1 Jul 2027; intra-group transactions get a 24-month grace period, not an exclusion.

فاتورة ضريبية بالانجليزي is written “Tax Invoice” — that exact English phrase, displayed clearly at the head of the document. Article 59 of Cabinet Decision No. 52 of 2017 requires the words to appear plainly, and a bilingual UAE invoice carries فاتورة ضريبية on the Arabic side and Tax Invoice on the English side of the same page. The full English-to-Arabic label set for every other field is mapped in the table further down.

Is Arabic mandatory on a UAE tax invoice?

The short answer is no, not by default — but yes, on request. Under Article 5 (Language) of Federal Decree-Law No. 28 of 2022 on Tax Procedures, records and documents given to the authority must be in Arabic, but the FTA may accept English and then require an Arabic translation when it needs one.

Its Executive Regulation (Cabinet Decision No. 74 of 2023) carries this through, so a UAE VAT-registered business can issue and keep tax documentation in English, and the UAE Federal Tax Authority (FTA) has explicit authority to require an Arabic translation when needed for audit, dispute resolution or compliance review. In practice this means every UAE business issuing tax invoices should be capable of producing a clean Arabic version of any invoice on demand.

The cheapest, lowest-risk way to be ready is to issue bilingually from day one. For background on the full field set required under Article 59, see our UAE tax invoice format 2026 guide. For the broader e-invoicing rollout context, our UAE e-invoicing 2026 brief covers the timeline.

The bilingual question gets sharper from 1 January 2027, when Phase 1 of the UAE’s PEPPOL PINT-AE e-invoicing mandate goes live for VAT-registered businesses with annual revenue at or above AED 50 million. From that date, structured XML invoices flow peer-to-peer through accredited access service providers (ASPs), and the customer-facing presentment file (the PDF your buyer actually opens) becomes a second, parallel artefact. The XML can carry bilingual line items natively. The PDF should mirror that. We help SMEs prepare their item masters and templates through our e-invoicing setup advisory service.

1 Jan 2027

Phase 1 PINT-AE go-live for businesses with revenue \>= AED 50M

ScopeBilingual ruleSource
Default invoicing languageEnglish permitted; Arabic on FTA requestTax Procedures Law (FDL 28/2022), Art. 5 (Language)
PINT-AE structured XML (2027 onwards)Per-line languageID tags allow EN + AR in one UBL documentPINT-AE specification
Customer presentment PDFNot formally mandated bilingual, but expected by UAE business customIndustry practice
FTA audit accessArabic version must be producible on requestTax Procedures ER (Cabinet Decision 74/2023)

How to issue a tax invoice in Arabic in the UAE

To issue a tax invoice in Arabic in the UAE, you do not need a separate Arabic-only document — you need the Arabic fields sitting alongside the English ones on the same invoice. Start with your trade licence. It carries an Arabic legal name and an English legal name as two distinct fields, and both belong on the invoice exactly as licensed, never as a phonetic guess. Add the Arabic labels for the document title (فاتورة ضريبية), the TRN (رقم التسجيل الضريبي) and VAT (ضريبة القيمة المضافة), then translate each line-item description so a buyer reading only Arabic understands what was supplied.

A question that comes up on every implementation: does the invoice number in Arabic have to change? No. Keep one invoice number, in Latin digits, identical on both sides of the document. Numbering is an identifier rather than text, so translating or transliterating it would break the reference chain across your ledger, your customer’s ledger and the FTA reporting copy. The same goes for the TRN — the digits stay as issued even when the label beside them is in Arabic.

Three things stay language-neutral: the TRN digits, the Gregorian date and the monetary amounts. Everything a human reads for meaning gets an Arabic pair. Keep the calendar Gregorian — the FTA does not accept Hijri dates on a tax invoice — and hold one currency form throughout, whether “AED” or “د.إ”.

Even if you default to English today, the Language rule in the UAE Tax Procedures Law (Federal Decree-Law 28 of 2022, Article 5) lets the FTA ask for an Arabic version during an audit, so building the bilingual template once removes that scramble later. For the complete Article 59 field checklist, see our UAE tax invoice format 2026 guide.

What “bilingual” really means inside PINT-AE

Start with what the bilingual format is not. It is not two documents, and it is not a PDF with an Arabic column bolted on the right. The PINT AE format is a structured XML file, and the bilingual behaviour lives inside it as language-tagged fields rather than as a second layout. PINT-AE is the UAE-specific PEPPOL International Invoice profile, built on top of UBL 2.1, the same Universal Business Language XML standard used widely for structured e-invoicing around the world. UBL 2.1 has a built-in concept that most accounting teams miss: nearly every text element in the schema can be repeated with a languageID attribute, allowing the same field to carry multiple languages in one structured document.

For a UAE bilingual tax invoice, the elements that benefit most from language tagging are:

  1. cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name — supplier’s legal name in both English and Arabic
  2. cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name — customer’s legal name in both languages
  3. cac:InvoiceLine/cac:Item/cbc:Name — short product or service name per line
  4. cac:InvoiceLine/cac:Item/cbc:Description — extended item description per line
  5. cac:PaymentTerms/cbc:Note — payment terms text
  6. cbc:Note at invoice header — general invoice notes, often containing legal text or reverse-charge statements

The transmission mechanism is the 5-corner DCTCE model (Decentralised Continuous Transaction Controls and Exchange). Your accounting system (corner 1) sends to your ASP (corner 2), which transmits to the buyer’s ASP (corner 3), which delivers to the buyer’s system (corner 4). Corner 5 is the FTA, which receives a reporting copy of each invoice in near-real-time. All five corners see the bilingual payload — the Arabic version is not “extra” data, it is part of the structured invoice itself.

What the Guidelines actually say about language

The UAE Electronic Invoicing Guidelines, version 1.1 dated 1 June 2026, settle the point in one sentence at section 5.1: the Electronic Invoicing framework “is designed to support both the Arabic and English languages”, and that capability “ensures compliance with any Arabic reporting requirements mandated in the UAE”. Read that against section 5.3, which confirms Electronic Invoices are issued, transmitted and received in XML and will not feature a QR code or barcode, and the design intent is clear. The Arabic obligation is met inside the structured data, not by stamping a second layout on a PDF.

Three further points from the same document shape a bilingual template project.

PointPositionWhere
Document categoriesSix: electronic tax invoice, electronic tax credit note, commercial invoice, electronic credit note, and the self-billed versions of the first twoGuidelines section 10.1
Provisional invoicesThere is no separate category — every provisional invoice issued must be an Electronic InvoiceGuidelines section 10.1
Retention of e-invoicing data5 years following the tax period for a taxable person; 5 years from the end of the calendar year the document was created for everyone elseGuidelines section 5.4, applying Article 3(1) of the Tax Procedures Executive Regulation

The retention row matters for the Arabic side specifically. If your bilingual layer lives only in a rendered PDF that you regenerate on demand, you are relying on a template that may have changed by the time an auditor asks. Store the transmitted XML.

The PINT-AE data dictionary: how to read the field spec

The PINT-AE data dictionary is the reference table that tells you exactly which fields a compliant UAE e-invoice must carry, what each one means, and how it maps into the XML. If you build or configure invoicing software, this is the document you check field by field. It follows the European semantic standard EN 16931, which every PEPPOL PINT profile inherits, so each entry lists a business term, a short identifier, its cardinality and the code list it draws from.

Business terms are grouped and numbered — a term identifier such as BT-1 for the invoice number, or BG-25 for the invoice line group. Cardinality tells you whether a field is mandatory or optional and how often it may repeat: 1..1 means exactly once, 0..1 means optional, and 1..n means one or more. That repetition is the mechanism behind bilingual line items, because a description field allowed to repeat can hold an English entry and an Arabic entry side by side under one item.

The dictionary also pins down the code lists a field is allowed to use: ISO 4217 for currency (AED), UN/ECE Recommendation 20 for units of measure, ISO 3166 for country codes (AE), and tax category codes such as S for standard-rated and Z for zero-rated supplies. Where an exact PINT-AE cardinality or a UAE-specific code is unclear, check the current Ministry of Finance and PEPPOL specification rather than assuming — the profile is still being finalised ahead of the 2027 rollout. For the wider rollout picture, our UAE e-invoicing 2026 brief tracks the timeline.

فاتورة ضريبية بالانجليزي: which fields to translate, which to leave alone

If you arrived searching فاتورة ضريبية بالانجليزي, this table is the answer — the English wording for each Arabic label on a UAE tax invoice, and the fields that stay untranslated in both languages. Not every field needs an Arabic translation. Some are language-neutral by nature — TRNs, dates, monetary amounts, VAT percentages. Others must be translated because they carry meaning a human reads. Here is the practical field-by-field mapping we use when preparing client item masters for PINT-AE readiness.

PINT-AE fieldTranslate?English exampleArabic example
Document titleYesTax Invoiceفاتورة ضريبية
Supplier nameYes (legal Arabic name as on licence)Velmont Crest Accountingفيلمونت كرست للمحاسبة
Supplier addressYesDowntown Dubai, UAEوسط مدينة دبي، الإمارات
Supplier TRNNo (numeric only)100 1234 5678 9001100 1234 5678 9001
TRN labelYesTRNرقم التسجيل الضريبي
Invoice numberNo (preserve sequential format)INV-2027-0142INV-2027-0142
Invoice dateNo (Gregorian only, format flexible)2027-01-15٢٠٢٧/٠١/١٥
Item description per lineYesMonthly bookkeeping retainerباقة المحاسبة الشهرية
VAT labelYesVAT (5%)ضريبة القيمة المضافة (٥٪)
CurrencyStylistic choice — be consistentAEDدرهم إماراتي / د.إ
Net / Total labelsYesNet Amount, Total Dueالمبلغ الصافي، الإجمالي المستحق
Payment termsYesNet 30 days from invoice dateالسداد خلال ٣٠ يوماً من تاريخ الفاتورة

The supplier’s Arabic legal name must match exactly what appears on the trade licence — not a transliteration. UAE trade licences carry an Arabic name and an English name as two separate fields; the e-invoice must use both. The same applies to the customer when they are a UAE entity. For foreign customers, the Arabic field can carry a transliteration or be left to the English version only via languageID='en'.

RTL is your ERP’s job, not the standard’s

Arabic is read right-to-left. This is straightforward for a single Arabic word inside an English paragraph — modern browsers and PDF renderers handle inline bidirectional text well. It becomes harder for a full bilingual invoice layout where you have parallel columns, tables and totals that need to flow in different directions on each language side.

The accounting platforms most commonly used by UAE SMEs handle Arabic with varying levels of polish out of the box:

  • SAP S/4HANA — full RTL support via SAPscript / SmartForms; bilingual PDF templates are a configuration job, not a development job
  • Oracle NetSuite — supports Arabic locale and RTL PDF templates; SuiteScript needed for complex bilingual layouts
  • Microsoft Dynamics 365 Business Central — Arabic localisation pack required; bilingual templates supported via Word merge layouts
  • Tally Prime — Arabic via “Multilingual” feature; PDF export is functional but rarely premium-looking without template work
  • Zoho Books — bilingual template support via custom HTML/CSS; RTL flips automatically when Arabic locale is set on the customer record
  • QuickBooks Online — Arabic UI in MENA edition; bilingual invoice templates require export to PDF software like Adobe Acrobat for fine-tuning
  • Odoo — strong Arabic support via the l10n_ae localisation module; bilingual QWeb templates well documented
  • Wafeq — UAE-native cloud accounting platform; bilingual invoices supported natively without template work

The PDF your customer reads vs the XML the FTA reads

This is the distinction that trips up most accounting teams. Under PINT-AE, two artefacts exist for every invoice:

  1. The structured XML payload — UBL 2.1 invoice in PINT-AE format, transmitted through the 5-corner DCTCE network, legally binding, the single source of truth for tax purposes
  2. The customer-facing presentment file — typically a PDF, human-readable, what your customer opens in their email or WhatsApp, what their accounts team prints and files

The XML is the legal record. The PDF is the courtesy copy. But here’s the thing — UAE business culture treats the PDF as the invoice. Disputes, payment delays, reconciliation queries: they all happen against the PDF, never the XML. So PINT-AE may not formally mandate a bilingual PDF, but your actual commercial relationship usually does.

The XML is what the FTA reads. The PDF is what your customer reads. Both must say the same thing in both languages, or the audit catches you twice.

The cleanest pattern is PDF/A-3 with embedded XML. PDF/A-3 is a long-term archival PDF format that allows arbitrary file attachments inside the PDF. The XML payload becomes an attachment inside the customer-facing PDF — one file, both layers. Your customer opens what looks like a normal bilingual invoice. Their accounting software can extract the embedded XML if it supports PINT-AE. The FTA audit team can retrieve either layer on demand. Ask your Accredited Service Provider whether it supports PDF/A-3 generation as part of its PINT-AE delivery workflow — the list of accredited providers is published by the Ministry of Finance under Article 5(2) of Ministerial Decision 243 of 2025, and that list is the only one worth working from.

Where the Arabic side goes wrong

These are template-level mistakes, which is what makes them expensive: fix the template once and they never happen again, leave it and they compound across every invoice the template produces.

  1. Hijri dates — the FTA recognises Gregorian only. Using Hijri creates date-of-supply ambiguity and is flagged in audit.
  2. Wrong VAT label — using “VAT” in Latin letters on the Arabic side. The correct form is “ضريبة القيمة المضافة” or the abbreviated “ض.ق.م”.
  3. Inconsistent currency symbol — switching between “AED”, “د.إ” and “درهم” on the same invoice. Pick one form and stay with it across all line items, subtotals, totals and payment terms.
  4. Transliterated supplier name — writing the supplier’s Arabic name as a phonetic English spelling instead of the legal Arabic name on the trade licence.
  5. Stale legal Arabic — using terminology from the pre-VAT era (2017 and earlier). The VAT lexicon was standardised by the FTA; using outdated terms suggests poor compliance hygiene.
  6. Mirrored numbers — Western digits (1, 2, 3) and Eastern Arabic digits (١، ٢، ٣) used inconsistently on the same document. Both are acceptable but mixing them on one invoice is a red flag.
  7. Missing TRN label translation — showing only “TRN” in Latin script on the Arabic side. The Arabic equivalent “رقم التسجيل الضريبي” should appear alongside.
  8. Reverse-charge note missing in Arabic — if Article 48 reverse charge applies, the statement that the recipient is liable to account for VAT must be present in both English and Arabic to be enforceable for the buyer’s input-VAT recovery.

For credit notes, the same bilingual rules apply, plus the document title becomes “Tax Credit Note / إشعار دائن ضريبي”. Read more in our UAE VAT services guide for the wider VAT compliance picture.

The translator, ERP and ASP workflow

The bilingual workflow we run for clients preparing for PINT-AE has three stages:

Stage 1 — Item master review. Export your full list of invoiced items and services from the ERP. A native Arabic-speaking translator with UAE business context reviews each line for Arabic equivalent, VAT category and standard description. This is a one-off project priced by item count — request a quote from your translation partner rather than assuming a flat rate — and it pays back across every invoice you issue for the next decade. The output is a clean mapping table that gets imported back into the ERP item master.

Stage 2 — Template build. Your ERP’s PDF template gets reworked to support bilingual layout. The recommended pattern is a two-column layout: English on the left side reading left-to-right, Arabic on the right side reading right-to-left, with mirrored table flows on each side. Totals appear once, centred or on the dominant-language side. Scope it with your ERP implementation partner as a template project rather than a configuration tweak, because the RTL mirroring touches every table on the document.

Stage 3 — ASP configuration. Your Accredited Service Provider needs to be configured to extract the bilingual fields from your ERP and tag them correctly with languageID attributes in the outgoing UBL XML. Pick the provider from the Ministry of Finance’s published list of Accredited Service Providers rather than from a vendor directory, and ask each shortlisted provider for an all-in quote at your monthly volume.

For businesses below the AED 50M Phase 1 threshold, Phase 2 lands on 1 July 2027 — six months later. The same preparation steps apply. One thing to get right if you sit inside a VAT group: there is no intra-group exclusion. Section 6.3.2 of the UAE Electronic Invoicing Guidelines states that business transactions between members of the same VAT group fall within scope and are not excluded solely by reason of being intra-group. What exists is a 24-month grace period running from 1 January 2027, which the Guidelines say “affects the timing of compliance only”. Your bilingual template work should cover intra-group documents from the start, because the obligation arrives on schedule.

Worked example: a bilingual UAE tax invoice

Here is a stripped-down sample of a bilingual UAE tax invoice for a B2B supply above AED 10,000, showing the parallel English and Arabic layout. The structure satisfies Article 59 of Cabinet Decision 52/2017 on both language sides and is PINT-AE ready in terms of field coverage.

═══════════════════════════════════════════════════════════════════════
TAX INVOICE                                              فاتورة ضريبية
═══════════════════════════════════════════════════════════════════════

SUPPLIER / المورد
Velmont Crest Accounting          فيلمونت كرست للمحاسبة
Downtown Dubai, UAE               وسط مدينة دبي، الإمارات
TRN: 100 1234 5678 9001           رقم التسجيل الضريبي: 100 1234 5678 9001

RECIPIENT / المستلم
Yellow Rock Trading LLC           يلو روك للتجارة ذ.م.م
JAFZA South, Dubai                جافزا الجنوبي، دبي
TRN: 100 9876 5432 1003           رقم التسجيل الضريبي: 100 9876 5432 1003

Invoice No / رقم الفاتورة: INV-2027-0142
Invoice Date / تاريخ الفاتورة: 2027-01-15
Supply Date / تاريخ التوريد: 2027-01-15

────────────────────────────────────────────────────────────────────────
Description / الوصف                    Qty   Unit    Net      VAT 5%
                                       الكمية الوحدة الصافي   الضريبة
────────────────────────────────────────────────────────────────────────
Monthly bookkeeping retainer            1    9,500   9,500    475.00
باقة المحاسبة الشهرية

VAT advisory — Q1 review                1    3,500   3,500    175.00
استشارات ضريبة القيمة المضافة - الربع الأول

────────────────────────────────────────────────────────────────────────
Net Amount / المبلغ الصافي                            AED 13,000.00
VAT (5%) / ضريبة القيمة المضافة (٥٪)                  AED    650.00
TOTAL DUE / الإجمالي المستحق                          AED 13,650.00
────────────────────────────────────────────────────────────────────────

Payment terms / شروط السداد:
Net 30 days from invoice date.
السداد خلال ٣٠ يوماً من تاريخ الفاتورة.

A few things to notice in this layout. The supplier and recipient names appear in both their licensed English form and their licensed Arabic form — not transliterations. The TRN itself is identical on both sides because it is numeric. The invoice date is shown in Gregorian Western digits; the Arabic side can equally show “٢٠٢٧/٠١/١٥” if your template uses Eastern Arabic digits consistently. The VAT label is fully translated, including the “(5%)” appearing as “(٥٪)” on the Arabic side. The currency is “AED” throughout for stylistic consistency — “د.إ” would be equally valid as long as it is used consistently.

For the structured XML payload that accompanies this PDF presentment under PINT-AE, the relevant UBL excerpt looks like this:

<cac:InvoiceLine>
  <cbc:ID>1</cbc:ID>
  <cbc:InvoicedQuantity unitCode="EA">1</cbc:InvoicedQuantity>
  <cbc:LineExtensionAmount currencyID="AED">9500.00</cbc:LineExtensionAmount>
  <cac:Item>
    <cbc:Name languageID="en">Monthly bookkeeping retainer</cbc:Name>
    <cbc:Name languageID="ar">باقة المحاسبة الشهرية</cbc:Name>
    <cbc:Description languageID="en">Monthly bookkeeping services for January 2027</cbc:Description>
    <cbc:Description languageID="ar">خدمات المحاسبة الشهرية لشهر يناير ٢٠٢٧</cbc:Description>
    <cac:ClassifiedTaxCategory>
      <cbc:ID>S</cbc:ID>
      <cbc:Percent>5.00</cbc:Percent>
    </cac:ClassifiedTaxCategory>
  </cac:Item>
</cac:InvoiceLine>

Both <cbc:Name> elements appear in the same <cac:Item>, distinguished only by the languageID attribute. The buyer’s receiver displays whichever language its user has configured; the FTA audit copy sees both.

For cross-border bilingual invoicing under corporate tax, see our corporate tax services guide. For the full e-invoicing timeline, our UAE e-invoicing 2026 brief covers ASP selection and transition windows.

A bilingual tax invoice in the UAE is structured data discipline, not a translation task. It lives in your item master, your ERP, your PDF template and your ASP configuration — four places, one setup. Get it right once and every invoice you issue carries the full Arabic and English audit trail. After that, you genuinely stop thinking about it.

Frequently asked questions

Is Arabic mandatory on every UAE tax invoice?
No, not by default. Article 5 (Language) of the UAE Tax Procedures Law (Federal Decree-Law 28 of 2022) lets you invoice in English. The catch is that the FTA can ask for an Arabic translation during an audit, and then you have to produce one. Issuing bilingually from day one takes that risk off the table and lines your template up with PINT-AE customer presentment expectations from 2027 on.
What does 'bilingual' actually mean inside PINT-AE XML?
It's simpler than it sounds. PINT-AE runs on UBL 2.1, which lets the `Name` and `Description` elements on each `InvoiceLine` repeat with a `languageID` attribute. So you carry a `languageID='en'` and a `languageID='ar'` version of the same line item inside one structured invoice. The ASP transmits both, and the buyer's system renders whichever language their user prefers.
Does my customer-facing PDF have to show both languages?
Strictly, no. Under PINT-AE the structured XML is the legal record and the PDF is just the human-readable presentment, so there's no hard rule forcing the PDF bilingual. In practice, though, UAE business custom expects it, and the FTA's Arabic-language audit access goes a lot smoother when the presentment matches the XML payload field for field. We'd do it bilingual anyway.
فاتورة ضريبية بالانجليزي — what is a tax invoice called in English?
فاتورة ضريبية is 'Tax Invoice' in English, and that exact phrase has to be displayed clearly on the document under Article 59 of Cabinet Decision No. 52 of 2017. The other labels follow the same pattern: رقم التسجيل الضريبي is TRN, ضريبة القيمة المضافة is VAT, المبلغ الصافي is Net Amount, الإجمالي المستحق is Total Due, and رقم الفاتورة is Invoice Number. Numbers themselves — the TRN, the invoice number, the amounts and the Gregorian date — stay identical on both language sides. A bilingual invoice shows both wordings on the same page rather than replacing one with the other.
How do I show 'Tax Invoice' in Arabic?
The standard translation is 'فاتورة ضريبية', and it sits at the top of the Arabic side, mirroring the English 'Tax Invoice' label that Article 59 of Cabinet Decision 52/2017 requires.
What is the Arabic for VAT and AED?
VAT is 'ضريبة القيمة المضافة', often abbreviated to 'ض.ق.م'. AED is written 'درهم إماراتي' in full, or 'د.إ' as the symbol. Pick one form and hold it across the whole invoice. An auditor who sees 'AED' in one row and 'د.إ' in the next reads it as loose template control, and that first impression colours how they treat the rest of the document.
Does the invoice number have to be written in Arabic too?
No. Keep a single invoice number in Latin digits and repeat it identically on both language sides. The number is an identifier rather than readable text, so translating or transliterating it would break the reference chain between your ledger, your customer's ledger and the reporting copy the FTA receives. The label next to it can be Arabic — رقم الفاتورة — while the value stays as issued. The same principle applies to the TRN: Arabic label, unchanged digits.
Can I use Hijri dates on the Arabic side?
No — the FTA recognises the Gregorian calendar for tax purposes. Both the invoice date and the supply date have to be Gregorian. You can render them in Arabic numerals if you like (٢٠٢٧/٠١/١٥) or keep Western digits (2027-01-15); that part's cosmetic. Hijri dates, though, create date-of-supply ambiguity and get flagged in any FTA audit, so leave them off the tax invoice entirely.
Which ERPs handle Arabic + English natively for PINT-AE?
SAP S/4HANA, Oracle NetSuite, Microsoft Dynamics 365 and Odoo all do multi-language item descriptions and Arabic RTL PDF rendering out of the box. Tally Prime, Zoho Books, QuickBooks Online and Wafeq handle bilingual invoicing too, with some template work. Honestly, the ERP is rarely the bottleneck. What slows people down is the PDF template and the state of the source data in their item master.
How do my ASP and translator workflow together?
They barely overlap, which is the point. The ASP — Avalara, Comarch, Basware, Pagero, Edicom or Sovos in the UAE — handles transmitting the bilingual XML through the 5-corner DCTCE model. The translator's job is a one-off pass: review your item master, your service descriptions, your standard payment terms and your VAT label set. Once that's done, every new line you sell auto-flows in both languages without anyone touching it again.
What is the deadline to appoint an ASP for Arabic-ready invoicing?
If you're in Phase 1, you appoint an Accredited Service Provider by 30 October 2026 under Article 5(1)(a) of Ministerial Decision 244 of 2025 as amended by Ministerial Decision 66 of 2026, and Phase 1 (revenue ≥ AED 50M) goes live on 1 January 2027. Phase 2 — every remaining business below that revenue line — appoints by 31 March 2027 and goes live on 1 July 2027. Government entities appoint by 31 March 2027 and go live on 1 October 2027. Intra-group supplies are not excluded: section 6.3.2 of the UAE Electronic Invoicing Guidelines gives them a 24-month grace period from 1 January 2027, which affects timing only. The Arabic readiness isn't a separate deadline; it rides on the same dates.
Does customer presentment of the bilingual PDF need any specific format?
PINT-AE doesn't mandate one, but PDF/A-3 has become the industry default because it embeds the XML inside the PDF — one file, both layers. For the layout, respect RTL flow on the Arabic side and mirror the table columns so the amounts read right-to-left alongside the Arabic descriptions. Get that flow wrong and the Arabic side looks off even when the data is perfect.
Will mixing English item names with Arabic descriptions trigger a problem?
Not legally, but it does create audit friction. The cleaner approach is full pairs — every English line gets an Arabic equivalent in the matching UBL element. If your item master is English-only names, which is common with imported SKUs, tag those with `languageID='en'` and add a `languageID='ar'` description that translates the function rather than the brand name. Translating 'function not brand' is the bit people skip, and it's the bit that actually helps the buyer.
How long do I keep bilingual tax invoices in the UAE?
Five years from the end of the tax period they relate to, under Federal Decree-Law 28 of 2022 on Tax Procedures and its Executive Regulation (Cabinet Decision 74 of 2023) — seven years for records relating to real estate generally, and fifteen years for real estate records where VAT applies, under Article 71(2) of the VAT Executive Regulation. Keep both the structured XML payload and the customer-facing PDF presentment, not just one. The FTA can ask for either during a routine audit, and 'we only kept the PDF' isn't an answer that holds up.

Filed under: Arabic Invoice, Bilingual, PINT AE, FTA, VAT, E-Invoicing, Tax Invoice

Published