Skip to content

Commit 2151348

Browse files
committed
Removed 'easily'
1 parent 53aa7ea commit 2151348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

14/umbraco-cms/tutorials/multilanguage-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,11 +314,11 @@ Once we have these, we need to loop through the languages, and provide links to
314314

315315
There are two ways to achive this. One is to use ```localizationService.GetAllLanguages();``` to call the database, which is expensive and ideally includes caching.
316316

317-
The alternative is to get the Home node, and find all of the cultures associated to it. This has a few benifits including speed and easily providing us with a link to show the user. It is the process we will use.
317+
The alternative is to get the Home node, and find all of the cultures associated to it. This has a few benifits including speed and providing us with a link to show the user. It is the process we will use.
318318

319319
#Identify the language for the current page
320320

321-
This is easily achived in ```cs.html``` files using ```umbracoHelper.AssignedContentItem.GetCultureFromDomains();```
321+
This is achived in ```cs.html``` files using ```umbracoHelper.AssignedContentItem.GetCultureFromDomains();```
322322

323323
#Steps
324324

0 commit comments

Comments
 (0)