123123
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ZelWiki.Library
|
||||
foreach (var ci in CultureInfo.GetCultures(CultureTypes.SpecificCultures))
|
||||
{
|
||||
var regionInfo = new RegionInfo(ci.Name);
|
||||
if (list.Where(o => o.Value == regionInfo.Name).Any() == false)
|
||||
if (list.Any(o => o.Value == regionInfo.Name) == false)
|
||||
{
|
||||
list.Add(new CountryItem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user