[Bug] App name having TWO Chinese languages
7 years 2 months ago #2526
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic [Bug] App name having TWO Chinese languages
Hi,
Thanks for reporting this!
A fix is now included in v2.8.1a2
I also extended it a bit more and made line 21 like this:
That merges the codes+region and also the code without the regions as fallback. (if you have zn-CN it will also create zn)
Hope that helps,
Frank
Thanks for reporting this!
A fix is now included in v2.8.1a2
I also extended it a bit more and made line 21 like this:
var langCodes = LocalizationManager.GetAllLanguagesCode(false).Concat(LocalizationManager.GetAllLanguagesCode(true)).Distinct().ToList();
That merges the codes+region and also the code without the regions as fallback. (if you have zn-CN it will also create zn)
Hope that helps,
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
Time to create page: 0.150 seconds