- Home /
Question by
crystalfire7 · May 13, 2020 at 08:44 AM ·
language
,Unity 2018.4.15f Current Culture Info Issue
I've been trying to get Current Culture Info in C#. My experimentation shows that none of the following work on android:
CultureInfo.InstalledUICulture CurrentInfo.CurrentUICulture CurrentInfo.CurrentCulture Thread.CurrentThread.CurrentUICulture
They all return invariant even though the language is Spanish.,I've been trying to get Current Culture Info in C#. My experimentation shows that none of the following work on android:
CultureInfo.InstalledUICulture
CurrentInfo.CurrentUICulture
CurrentInfo.CurrentCulture
Thread.CurrentThread.CurrentUICulture
They all return invariant on the device, even though the selected language is Spanish.
Comment
Your answer