I have a multiple website, EN/FR. Everything is working as should be but somehow am having some issues with special characters when building the French version.
In my navigation menu which i created with my XSLT I have some links in my menu with special characters like "Creé" or "Conséquences". My question is how do i get my url to remove the special characters but my navigation will still have the special characters displayed for French Version.
There should be no problems - to fix the characters in the URL: They are replaced through some rules in a .config file, so if they're not being replaced the way you want you should be able to edit them in the umbracoSettings.config file, in the <urlReplacing> section.
Special Characters with Multiple Website
Hi,
I have a multiple website, EN/FR. Everything is working as should be but somehow am having some issues with special characters when building the French version.
In my navigation menu which i created with my XSLT I have some links in my menu with special characters like "Creé" or "Conséquences". My question is how do i get my url to remove the special characters but my navigation will still have the special characters displayed for French Version.
Fuji
Hi Fuji
How have you structured the Umbraco site?
Usually I think this is solved by using a textfield for the Nodes name in the menu instead of relying on the nodeName.
Does this make sense? This way I guess you should be able to work around your issue.
/Jan
Hi Fuji,
If you're creating the links using @nodeName in the XSLT, like this:
There should be no problems - to fix the characters in the URL: They are replaced through some rules in a .config file, so if they're not being replaced the way you want you should be able to edit them in the umbracoSettings.config file, in the <urlReplacing> section.
/Chriztian
Hi Chriztian,
This is the way to it thats what i was looking for <urlReplacing>
Fuji
is working on a reply...