Force culture slugs on all cultures except the default culture?

Terrence Foulk asked on August 16, 2016 21:40

We are using slugs to differentiate cultures.

Is there a way to force culture slugs on all cultures except the default?

Thanks

Recent Answers


Jan Hermann answered on August 17, 2016 09:16

Probably the only way to do that is via document global event (DocumentEvents.Insert.After) where you put those culture prefixes to the DocumentUrlPath of created page but only for those in different than default culture...

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.