Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0a1
2018.1.0a1
2018.1.6f1
2018.2.0a1
2018.3.0a1
2019.1.0a1
Issue ID
1088990
Regression
No
Wrong localized language name of Simplified/Traditional Chinese in Editor/Player
How to reproduce:
1. Open user-submitted project (ChineseLocalizationIssue)
2. Enter Play Mode and check the Console window
Expected result:
new System.Globalization.CultureInfo("zh-hans").NativeName returns '简体中文'
new System.Globalization.CultureInfo("zh-hant").NativeName' returns '繁體中文'
Actual result:
new System.Globalization.CultureInfo("zh-hans").NativeName returns '中文'
new System.Globalization.CultureInfo("zh-hant").NativeName' returns '中文'
Reproducible with: 2017.4.16f1, 2018.1.9f2, 2018.2.7f1, 2018.3.0b11, 2019.1.0a10
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- NullReferenceException is thrown when assigning PanelSettings asset to a UIDocument dynamically at runtime
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when disabling "Allow FSR2" parameter while in Play Mode with Direct3D12 set as graphics API
- Crash on vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
Resolution Note:
We have determined that this is not high enough priority for us to fix at this time.