Skip to content

Commit 681f187

Browse files
Merge pull request #666 from SmallMistake/Localization
Localization Issue #486
2 parents 731979b + 98c77c8 commit 681f187

9 files changed

+58
-0
lines changed

content/features/content-management/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Following is an list of content management features within **DNN Platform**.
1111
## [Sites](xref:sites)
1212
Learn the features of sites within **DNN Platform**.
1313

14+
## [Localization](xref:localization)
15+
Learn about localization within **DNN Platform**.
16+
1417
## [Recycle Bin](xref:recycle-bin)
1518
The Recycle Bin is the temporary stop of content that is deleted from a DNN Site.
1619

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
uid: localization
3+
locale: en
4+
title: About Localization
5+
dnnversion: 09.02.00
6+
---
7+
8+
# About Localization
9+
10+
DNN comes with a built in framework for localizing your content, The overall process involves you designating a default language and then adding additional languages. For each additional language you can perform translation tasks like creating new resources and marking pages for translation.
11+
12+
### Setting Up Your Site for Localization
13+
14+
Step 1: Add a Language of Your Choosing
15+
* You can access the add language dialog under `Settings` - `Site Settings` - `Languages`. Click the `+ Add New Language` button.
16+
17+
![Step1-add-language](/images/Step1-add-language.jpg)
18+
19+
Step 2: Verify the New Language is Enabled
20+
* This is marked with a check mark. If not, use the cog icon to enable the language.
21+
22+
![Step2-enable-language](/images/Step2-enable-language.jpg)
23+
24+
Step 3: Enable Content Localization
25+
* It is recommended to flip the radio button `Make All Pages Translatable` on because this will make unique copies of each page that represent the translation of that page.
26+
27+
> [!Warning]
28+
> The default language can not be changed afterwards.
29+
30+
![Step3-enable-content-localization](/images/Step3-enable-content-localization.jpg)
31+
32+
33+
* You can now visit your pages and start localizing content. As an admin, you'll find the language switcher most of the time (depending on the theme) at the right top of your screen.
34+
35+
Step 4: Translate a Page
36+
* Now that you have translatable versions of each page, a new `Localization` tab has been added under `Content` - `Pages` for each page.
37+
* Once you have finished translating the page via the language specific version, mark your translated page as 'translated' and give it a go (if you desire) to be published.
38+
39+
40+
![Step4-localize-content](/images/Step4-localize-content.jpg)
41+
42+
Step 5: Activate Your Language
43+
* The last step is to activate your language. Go to `Settings` - `Site Settings` - `Languages` and click the icon that stands for multi language.
44+
45+
46+
![Step5a-activate-content](/images/Step5a-activate-content.jpg)
47+
48+
* In the new window, flip the `Activate Pages In This Language` on to activate your pages.
49+
50+
![Step5b-activate-content](/images/Step5b-activate-content.jpg)
51+
52+
* This last step allows you as a content manager to prepare all the work for a new language and publish after everyone involved has approved.
53+
54+
If this still does not show your translated content, verify if you are using a module that needs language activation as well.

content/features/toc.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# [Content Management](xref:content-management)
77
## [Sites](xref:sites)
88
### [Import/Export](xref:import-export)
9+
## [Localization](xref:localization)
910
## [Recycle Bin](xref:recycle-bin)
1011
# [Extensibility](xref:extensibility)
1112
## [Event System](xref:event-system)

images/Step1-add-language.jpg

46.2 KB
Loading

images/Step2-enable-language.jpg

44.6 KB
Loading
56 KB
Loading

images/Step4-localize-content.jpg

60.8 KB
Loading

images/Step5a-activate-content.jpg

21.6 KB
Loading

images/Step5b-activate-content.jpg

27.8 KB
Loading

0 commit comments

Comments
 (0)