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

Scripting

-

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

  1. Resolution Note:

    We have determined that this is not high enough priority for us to fix at this time.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.