-1

In lastest 2sxc, In razor template, how can I get resources from a specified language? For example: The current website is still in en-US language, but I want to get the value of a label of another language? for example GetResource("title", "fr-CA") as a sub-title

I wanna show a button with multi language label: receipt/reçu

Something like: @App.Resources.Get("TitleLabel","fr-CA")

1
  • The methods for this are a bit different depending on the base class you're using. What @inherits ... are you building on?
    – iJungleBoy
    Commented Jul 2 at 6:02

0

Browse other questions tagged or ask your own question.