Ethiopian localization

Use EthioWDS to build interfaces that support Amharic and other Ethiopian languages, right-to-left (RTL) text, and local formats for dates and numbers.

Why localization matters

Government and public-sector sites in Ethiopia serve users who read and write in Amharic, Oromo, Tigrinya, and other languages. Localization improves clarity, trust, and accessibility. EthioWDS provides typography, direction, and patterns that work for Ethiopian languages.

Languages and script

EthioWDS supports the Ethiopic script used for Amharic, Tigrinya, and other languages. Use a font that includes Ethiopic glyphs—for example Noto Sans Ethiopic—and set it in your theme so that body text and headings render correctly. See Typography and CSS variables for --font-family-sans.

  • Include Noto Sans Ethiopic (or similar) in your font stack for Amharic and other Ethiopic script.
  • Ensure line height and letter spacing work well for the script.

Text direction (RTL)

Amharic and other Ethiopic script are left-to-right (LTR). If you support Arabic or other RTL languages in the same product, use the dir attribute on the document or on a wrapper so layout and text align correctly. EthioWDS components respect dir="rtl" when set on a parent.

Set dir="ltr" or dir="rtl" on the html element or on a section wrapper so that alignment, margins, and icons flip as expected.

Labels and content

Use localized labels for buttons, form fields, errors, and navigation. Keep placeholder and label text in the user’s language. Avoid hard-coded English strings in the UI when the audience is Amharic or another local language. If you use a language switcher, link to the localized version of the page or trigger a locale change.

Dates and numbers

Where relevant, support the Ethiopian calendar and local date formats. Format numbers (currency, decimals, percentages) according to local conventions (e.g. grouping, decimal separator). EthioWDS does not prescribe a single format—use your project’s i18n or formatting library and keep formats consistent across the site.

See also

Guidance — Design principles and writing for Ethiopian audiences. Typography — Fonts and type scale. Accessibility — Accessible content and structure.