- Home /
Get ISO 3166 code on mobile device(Unity3d)?
I try to get two latter code from county name at android/iOS. RegionInfo.CurrentRegion. ... useless for mobile, it return values at windows. Ex. Application.systemLanguage return "Russian". I try to compare it with CultureInfo.EnglishName/DisplayName , but it return "Russia" .
What other ways to get there???
You can get country details from Native.
check in github :https://github.com/PAHeartBeat/Utils-UseFullFiles
Answer by alxcancado · Sep 01, 2017 at 01:22 PM
I found this one, really easy: https://github.com/MartinSchultz/unity3d/blob/master/LanguageHelper.cs
Cheers!
Your answer
Follow this Question
Related Questions
Two letter ISO language code for mobile devices. 1 Answer
Unity3D project - switching build platforms 0 Answers
Does anyone know about the influence of changing "Company Name" of PlayerSettings? 1 Answer
Accessing the volume buttons on iPhone for some functionality through Unity 1 Answer
Line renderer not smooth 0 Answers