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
- “Look Dev” window restored from previous HDRP project causes errors in newly created URP project
- Shader Variant creation window gets stretched out when canceling
- Validation message "Profile name is unsupported" is unclear and does not provide information on what is wrong
- Enabling Override Variant Limit toggle Warning Threshold value gets set to 8
- Missing space in Shader Graph project settings
Resolution Note:
We have determined that this is not high enough priority for us to fix at this time.