diff --git a/src/Umbraco.Web/Models/ContentExtensions.cs b/src/Umbraco.Web/Models/ContentExtensions.cs
index 4a535bb0e6..ae93f13c7b 100644
--- a/src/Umbraco.Web/Models/ContentExtensions.cs
+++ b/src/Umbraco.Web/Models/ContentExtensions.cs
@@ -35,7 +35,7 @@ namespace Umbraco.Web.Models
/// The content path.
/// The request Uri.
/// The culture that would be selected to render the content.
- public static CultureInfo GetCulture(UmbracoContext umbracoContext, ILocalizationService localizationService,
+ internal static CultureInfo GetCulture(UmbracoContext umbracoContext, ILocalizationService localizationService,
int contentId, string contentPath, Uri current)
{
var route = umbracoContext.ContentCache.GetRouteById(contentId); // cached