Using Language Dictionaries
Once you have your languages set up including your dictionaries, and you have set the culture of your pages. You can now pull out the correct language text for the page culture.
Just as you can get content property values in your View. There is also another property called LanguageKeys
.
To get the language text out, you just pass in the dictionary key like so
Last updated