You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// "For example, use pt as the language ID for Portuguese as it is used in Brazil and pt-PT as the language ID for Portuguese as it is used in Portugal"
38
-
if(pref.Substring(0,2)=="pt")
39
+
prefLanguageOnly=pref.Substring(0,2);
40
+
if(prefLanguageOnly=="pt")
39
41
{
40
42
if(pref=="pt")
41
43
pref="pt-BR";// get the correct Brazilian language strings from the PCL RESX (note the local iOS folder is still "pt")
@@ -45,7 +47,18 @@ public System.Globalization.CultureInfo GetCurrentCultureInfo ()
0 commit comments