Hi all,
I'm a little confused on how to translate page content with Episerver. Take this example:
1) In a razor view I'm displaying something like @Model.Heading (a little title text description)
2) This page can be displayed in english, spanish, arabic and chinese
3) I would like to define somehow what @Model.Heading is, in each language, without modifying the razor view, if possible in a a xml file.
So this way it would be possible to translate the xml files, and got the code working without need of any changes in the razor views.
What is the best way to implement this funcionality with Episerver?
Best regards