With DotNetNuke version 4.9.0 is included by default a Skin called MinimalExtropy. This Skin has a localizable label called TEXT, with which it is possible to show up different texts depending on the language that the portal has configured at a given time. That text is configured inside a file stored in the following folder: [RootFolder]\Portals\_default\Skins\MinimalExtropy\App_LocalResources\ Within DNNEnglish and DNNCastellano Language Packs for DotNetNuke v4.9.0 is included a ZIP file containing a file called "index.ascx.yy-XX.resx" which is intended to be installed inside that same folder, and thus provide a correct localization for the Skin's Te ...
It is rather usual to find that Skins for DotNetNuke include the text "You are Here" before the BreadCrumb element. The BreadCrumb element is a Skin Label used to indicate which page of the site the user is navigating, and its hierarchical position within the site. It looks more or less like: You are here >> Home - Products - Details Where the user is supposed to be navigating the "Details" page that depends on "Products" and then on "Home". The solution is the following: Inside the DNN installation look for the folder ~\Portals\_Default\Skins\ and within that, the Skin's folder for the currently applied Skin. Read more »