public static string GetLocaleCountryCode()
        {
            string empty = string.Empty;

            return(NpDeviceInfoAndroid.GetLocaleCountryCode());
        }