Hi Juraj Ondrus,
Yes, we can take reference of Dancing Goat MVC project to reproduce this requirement.
Example:
Please insert a link ”~/en-US/Contacts“ on “Text” field of “/Home/Our Story” content.
Now open the home page URL (http://localhost/Kentico12_DancingGoatMvc/) and view that link at “Our Story” section by using both languages: English and Español.
For both the languages (English and Español), that link will display same language as:
http://localhost/Kentico12_DancingGoatMvc/en-US/Contacts
So, is there any way to convert “en-us” URLs which are used inside Rich Text Editor automatically to the newly switched language?
For English that link should display: http://localhost/Kentico12_DancingGoatMvc/en-US/Contacts
while for Español: http://localhost/Kentico12_DancingGoatMvc/es-ES/Contacts