We’re developing a multilingual website. We’re using language prefixes approach.
And we need to hide the language prefix for the default culture.
Could you please advise us how we can do it?
Example:
Site cultures - EN (default cultrure), IT
domain.com/products/1 - will be opened an english page
domain.com/it/products/1 - will be opened an italian page We uses GetDocumentUrl method in transformations, so it must return correct url.
Example:
Site cultures - EN (default cultrure), IT
domain.com/products/1 - will be opened an english page
domain.com/it/products/1 - will be opened an italian page We uses GetDocumentUrl method in transformations, so it must return correct url.