Wednesday, December 24, 2008

How to change string "You are here" in Dotnetnuke web site to other language

How to change string "You are here" in Dotnetnuke's web site to other language?

If you want to translate it, you need access to you DNN installation via file system. Look for the Skin folder (/Portals/_defauls/Skins/MinimalExtrophy) and inside there is a folder /App_localResources with a single file "index.ascx.resx" you need to copy to index.ascx.sv-SV.resx and edit using a text editor. you will find "you are here" near the end of the file and may overwrite it with your localization.

This works to DNN version 4.9 and above. How it works you may see here