Artem Vinnikov wrote
I use "DSLocalizator". All works fine but I don't understand if I have an english content in "Announcements" how to change it to dutch after clicking "switch lang"? |
As today, DNN is not fully localizable, that's the reason DSLocalizator was created. Also, there are some modules that support localization and can manage different content based on selected locale.
For those modules that don't support localization, DSLocalizator can help by doing one of the following
- You can drop two similar modules on a page, one for locale A and the other for locale B. Then tell DSlocalizator to hide module A when locale B is the current selected locale and viceversa. This will give the users the idea that the module is changing the content based on localization
- You can drop modules on a tab and tell DSLocalizator to hide that tab based on current locale. So you can have tab A with locale A and tab B with locale B. DSLocalizator will hide the tab you want and redirect the request to the other locale. This will give users the idea that there is only one tab that is switching languages.
You can take a look at my own site and see a demo of that. The best of all is that DSLocalizator is free!!