AcManager.LocaleHelper.IsSupported C# (CSharp) Method

IsSupported() public static method

public static IsSupported ( string id ) : bool
id string
return bool
        public static bool IsSupported(string id) {
            return SupportedLocales.Contains(id?.ToLowerInvariant());
        }