I'm actually writing a localization plugin. Here I have developed something like "localhost/post-title
", "localhost/de/post-title
", "localhost/ru/post-title
".
From this point on, is it possible to join me with a query like "localhost/de/ beitragstitel
" and "localhost/ru/Заголовок-поста
" and more... so that the two persistent links point to the same content, such as "post_name_de"?
Of course I have to do all this for "post_title
" and "post_content
".
So I need to change the content and the permanent link according to the incoming language prefixes. So is it possible?