Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class GeographicLocations

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains a fixed lists of known continents and country codes based on the ISO 3166-1 standard.

Inheritance
System.Object
GeographicLocations
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public static class GeographicLocations

Fields

Continents

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. List of continent codes.

Declaration
public static readonly IReadOnlyList<string> Continents
Field Value
Type Description
System.Collections.Generic.IReadOnlyList<System.String>

Countries

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. List of known ISO 3166-1 Alpha 2 Country codes organized by Continent codes.

Declaration
public static readonly IReadOnlyDictionary<string, IReadOnlyList<string>> Countries
Field Value
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IReadOnlyList<System.String>>