Add Platform.GetUserLanguage for text localization, separate from locale used for numbers, currency and dates

This commit is contained in:
2026-04-08 13:04:19 +02:00
parent 79d1d0c109
commit 6a8d6af17e
6 changed files with 29 additions and 6 deletions
@@ -71,6 +71,7 @@ public:
static Version GetSystemVersion();
static BatteryInfo GetBatteryInfo();
static int32 GetDpi();
static String GetUserLanguage();
static String GetUserLocaleName();
static String GetComputerName();
static bool GetHasFocus();