Hi,
Would be great if we could
1. change the language through one single parameter
2. have a navigation for available languages
Situation 1
Consider the URL - www.dynamicweb-cms.com/SomePage.aspx?ID=1&Prod=123
If we loaded &culture=pt-PT the system redirected to the correct pageID for the portuguese culture with all parameters, example:
www.dynamicweb-cms.com/SomePage.aspx?ID=1&Prod=123&culture=pt-PT -> www.dynamicweb-cms.com/SomePage.aspx?ID=35&Prod=123
Situation 2
Have a special navigation setting that would output as a navigation menu all the language options sorted by the backoffice order. This would help building navigation menus, instead of having to replicate it in pages and/or having them hardcoded in templates
Nuno