Modifying GlobalResources.resx File Per Portal

Overview

By default, DNN provides a GlobalResources file. This article demonstrates how to customize messages per portal, instead of globally customizing them.

Requirements

  • DNN 9+

Resolution/Information

In case multiple websites are in use, the GlobalResources.resx file can be multiplied by copyping/pasting the file, and renaming the files with the following naming convention:

App_GlobalResources\GlobalResources.Portal-1.resx
App_GlobalResources\GlobalResources.Portal-2.resx
App_GlobalResources\GlobalResources.Portal-3.resx
...

Note: The portal matching the number will be affected by that specific file only.

Validation

Individual portals will be affected by their specific file.

Content Contributor: Giancarlo Mora

Comments

0 comments

Article is closed for comments.