Switch language on same url

hi,

ive already setup the multi language site with ghost.
problem is, i plan to allow user to directly switch between english(en) and chinese (zh) of the same post or page.

ive a prefix /zh/abc and /abc
how do i allow this within the template?

thank you

Hey @James_Tan :wave: You could try achieving this using internal tags and dynamic routing, see this thread for some inspiration -Are complex URL hierarchy possible? ;)