Hello,
I'm working on DNN 9.1.1 with multi-languages (en/ja).
Since I used apollo localization module to handle different languages till DNN 7.4.1, this is the first time for me to utilize DNN's standard localization function.
I want to show the localized page name on the menu, but do not want it comes up on the url, and instead of that, I expect the neutral page name is displayed on the url.
such as..
current: /localhost/ja-jp/LOCALIZED_PAGE_NAME(in japanese)
hope: /localhost/en-us/NEUTRAL_PAGE_NAME(in english)
How should I configure DNN 9.1.1 so that I can achieve this?
Best regards,