I haven't tested this, but you should be able to do something like this...
First, update the GlobalResources.resx file in the App_LocalResources folder of your viewset to include the key and value you wish to display.
Next, import the following namespace:
[code=csharp]using Hotcakes.Commerce.Globalization;[/code]
Finally, you'd call the key and return the value something like this:
[code=csharp]GlobalLocalization.Localization.GetString("YourKey");[/code]
Will Strohl, Upendo Ventures
Hotcakes Cloud |
Get Support |
Code Support Official Cloud & Support provider for Hotcakes