Introduction
This article describes, how to override a content of a widget with example of the Welcome Widget.
1a. Overriding content for all languages
Go to your program data files in C:\ProgramData\ITSENSE\Templates\SelfService\Pages\Shared
, and edit the file _WelcomeMessageBox.cshtml
that is already created, to setup your custom view for all languages.
1b. Overriding content for a specific language
Same as above, go to your program data files in C:\ProgramData\ITSENSE\Templates\SelfService\Pages\Shared
. Now create a file with a specific suffix with language code, just as the english one that should be already generated (_WelcomeMessageBox.en-US.cshtml
). E.g.:
French: _WelcomeMessageBox.fr-FR.cshtml
German: _WelcomeMessageBox.de-DE.cshtml
2. Editing the file
Once the file is created, you can put your own HTML code that you want to be displayed there.