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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
We have determined that this is not high enough priority for us to fix at this time.