Application.SystemLanguage is an Enumeration that contains the value Chinese, but I need a way to differentiate between Simplified and Traditional Chinese. Is there a way to do that other than using System.Language, maybe detecting the system locale?
Thanks!