Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Localize module titleLocalize module title
Previous
 
Next
New Post
6/22/2008 9:36 AM
 

When you add a module to a page you enter a module title that is stored in the dnn database.

I want to use localization on this title so that not only my contents of my module show text in the right language but also my module title is shown in the right language.

What do I need to do to achieve this?

 
New Post
6/22/2008 1:37 PM
 

have a look at existing ML modules like those from www.apollo-software.nl or pnc.Publisher from www.portalfabrik.net, that can be obtained including source code from DNN Forge at www.codeplex.com/MagicContent


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/23/2008 9:56 AM
 

I think it must be a property like Title , that can be set from code behind , is there any proerty like this ?

why we need to use the setting(".... ? I need a way to directly access the Module Tilte and set its Text !

 


Anas Ghanem,
My blog
 
New Post
6/24/2008 6:27 PM
 

In your Page_Init you can use the following to set the module title:

        protected void Page_Init()
        {

                            ModuleConfiguration.ModuleTitle = "My module title";
        }

 

Stephan
Dotnetnuke modules

 

 
New Post
6/25/2008 6:41 AM
 

Hi,

Check out my reply to this post...

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/111/threadid/222992/scope/posts/Default.aspx

The code illustrates an example of setting the module title from an entry you put in the resource file.  Obviously this requires that you manually create an entry in the resource file.

Hope this helps,

Chuck R.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Localize module titleLocalize module title


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out