Skip to content

Commit

Permalink
Update AppCenterService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Sep 22, 2022
1 parent eec14c9 commit c95a4a5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,8 @@ private static void Country()
{
AC.SetCountryCode(RegionInfo.CurrentRegion.TwoLetterISORegionName);
//AC.SetCountryCode(RegionInfo.CurrentRegion.Name);

//AC.SetCountryCode(CultureInfo.CurrentCulture.TwoLetterISOLanguageName);
//AC.SetCountryCode(RegionInfo.CurrentRegion.TwoLetterISORegionName);
//AC.SetCountryCode(CultureInfo.InstalledUICulture.TwoLetterISOLanguageName);
}

Expand Down

0 comments on commit c95a4a5

Please sign in to comment.