1

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?

bdukes
  • 152,002
  • 23
  • 148
  • 175
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
  • 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 06 '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 06 '10 at 22:56
  • I just wanted to find out if you were using core stuff or third party. – Ian Robinson Dec 09 '10 at 15:30

2 Answers2

1

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

Lorenzo
  • 29,081
  • 49
  • 125
  • 222
Treemonkey
  • 2,133
  • 11
  • 24
0

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.

Ian Robinson
  • 16,892
  • 8
  • 47
  • 61