Merge pull request #1857 from slluis/fix-assembly-resolver
[mono.git] / mcs / class / corlib / System.Globalization / RegionInfo.MonoTouch.cs
index 435035b39735789b3865aa51e4586c8eaf300203..22ef188f52c7b05bfcfed090eba6d95828ef1d6f 100644 (file)
@@ -42,11 +42,11 @@ namespace System.Globalization {
        public partial class RegionInfo {
 
                [DllImport ("__Internal")]
-               extern static string monotouch_get_locale_country_code ();
+               extern static string xamarin_get_locale_country_code ();
 
                static RegionInfo CreateFromNSLocale ()
                {
-                       return new RegionInfo (monotouch_get_locale_country_code ());
+                       return new RegionInfo (xamarin_get_locale_country_code ());
                }
        }
 }