Monday, October 5, 2009

My DotNetNuke Control to add language links to a skin

After spending hours trying to create a DotNetNuke Language link in a skin to allow linking to the same page in a different language, I decided to create my own.


Sample it here
Download


Usage:
1. Download the file and unzip the 2 files into ~/Admin/Skins
2. Open your skin file (.ascx) for editing
3. Paste the following declaration near the top of the skin file with the others:



4. Paste the following into the skin file wherever you want the language link(s)


5. Email me if you use this