Hello, I was wondering if there was a way to accomplish this URL structure when using the multilingual component of DNN. So far my research hasn't yielded any results.
Currently I have a website for a client that has four languages: English, French, Cantonese, and Mandarin. English is the default language. There are many pages in the site and we were banking on the URLs to be uniform across the languages with the exception of the language code, which is understandable; however, it seems like we can't have the same page URL across languages. For example:
English: www.example.com/about-us (I have modified the site alias to omit the language code for English)
But when I try to do this for, let's say, French, I am told the submitted URL is not available:
www.example.com/fr-ca/about-us
Is there a way to accomplish this? With the language code the URL is unique, so the page URL should be available.
I am forced to do something like www.example.com/fr-ca/fr-ca/about-us OR www.example.com/fr-ca/about-us-fr-ca. Neither are ideal and we'd like to NOT do that.
Any help would be appreciated. Thank you for your time.