Hi Amy,
Apologies for the delay. Is it Portal Engine or MVC website?
For Portal Engine we have found 2 workarounds for that:
-
Manage URLs with prefixes manually (which obviously will add quite a bit of manual work if you have plenty of pages)
- Turn OFF "Use language prefix for URLs" setting
- Turn ON "Allow URLs without language prefixes" setting
- For each page on URLs tab configure correct URL in "Path or pattern" setting, including language prefixes for desired cultures
- Use URL rewrite module to remove culture prefix for the default culture
For MVC sites we ended up writing custom macro which was used for URL routing. This macro was resolving URL prefix and kept it blank for default culture.