From 61a9324ce1709542b55229f73eb448b67f9c153b Mon Sep 17 00:00:00 2001 From: twerfally Date: Sat, 25 May 2024 13:32:24 +0200 Subject: [PATCH] Update SupportedLocales.cs Adding the Arabic Language --- Core/Resgrid.Localization/SupportedLocales.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Resgrid.Localization/SupportedLocales.cs b/Core/Resgrid.Localization/SupportedLocales.cs index 5e096f97..5c191d61 100644 --- a/Core/Resgrid.Localization/SupportedLocales.cs +++ b/Core/Resgrid.Localization/SupportedLocales.cs @@ -12,6 +12,7 @@ public static class SupportedLocales { {"en", "English (United States)"}, //"en-US" {"es", "Spanish (Latin America)"}, //"es-MX" + {"ar", "Arabic (Saudi Arabia)"}, //"ar-SA" }; public static string[] GetSupportedCultures()