I am using the default Links module to create a list of links in DotNetNuke.

So I have added the module inside the page and gave a title of "Links". Then I have added two links pointing to page of my site (Link 1 and Link 2).

Now I would like to translate the page and its modules to another language. I have been able to translate everything on the page except the title of every link inside the module (Link 1/Link 2).

Is there a way to accomplish this? Am I using these features in the correct way?

Generally speaking, is there a way to localize DNN standard modules?

link|improve this question

Can you elaborate on what you're doing to localize this page/module? Are you using DNN Core localization or a third party solution? What version of DNN are you using? – Ian Robinson Dec 6 '10 at 22:11
I am using DNN 5.06 Community Edition. I am using Core localization. What do you mean by elaborate what I am doing? I have tried to localize the page using the standard features of the platform and so have been able to translate content of the HTML module in the page and title of the Link Module. Anyway I have not found a way to translate the content of the Link module – Lorenzo Dec 6 '10 at 22:56
I just wanted to find out if you were using core stuff or third party. – Ian Robinson Dec 9 '10 at 15:30
feedback

2 Answers

up vote 1 down vote accepted

A bit late but might I suggest the ealo text html module. This might be the solution

link|improve this answer
Thanks for the reference. I will check it out! :) – Lorenzo Dec 7 '10 at 23:14
feedback

With core localization features (as of 5.6) - when you localize a page you are effectively making a copy - and the intent is that you localize the text in the module on the second page manually - meaning that you physically update the second links module's text/links etc.

link|improve this answer
thanks for the explanation. I am going to evaluate a third party product for this reason. :) – Lorenzo Dec 9 '10 at 16:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.