diff --git a/topics/reference_guide/localization/providing_translations.md b/topics/reference_guide/localization/providing_translations.md
index 96a653fc6..360f468c9 100644
--- a/topics/reference_guide/localization/providing_translations.md
+++ b/topics/reference_guide/localization/providing_translations.md
@@ -75,17 +75,31 @@ Proper localization files will be used at runtime depending on the [IDE language
### Bundled Translations Structure
-Translations for a specific language can be organized in two ways:
-- Language directory: /localization/\$LANGUAGE_CODE\$/\$REGION_CODE\$ (`$REGION_CODE$` level is optional).
- Example:
+Translations for a specific language can be organized in two ways as shown below.
+The proper directory layout/filename suffixes is the only thing needed for the translations to work.
+No additional actions like registering EPs are needed.
+
+#### Language Directory
+
+Translated resources are stored in a dedicated directory structure.
+
+/localization/\$LANGUAGE_CODE\$/\$REGION_CODE\$ (`$REGION_CODE$` level is optional).
+
+Example:
- Original template description:
/fileTemplates/code/JavaDoc Class.java.html
- Translated template description:
/localization/zh/CN/fileTemplates/code/JavaDoc Class.java.html
-- Localization suffix in filename: /intentionDescriptions/QuickEditAction/description_\$LANGUAGE_CODE\$_\$REGION_CODE\$.html.
- Example:
+
+#### Localization Suffix in Filename
+
+Translated resources are stored in files with dedicated filename.
+
+/intentionDescriptions/QuickEditAction/description_\$LANGUAGE_CODE\$_\$REGION_CODE\$.html
+
+Example:
- Original template description:
/intentionDescriptions/QuickEditAction/description.html
@@ -93,9 +107,6 @@ Translations for a specific language can be organized in two ways:
/intentionDescriptions/QuickEditAction/description_zh_CN.html
-The proper directory layout/filename suffixes is the only thing needed for the translations to work.
-No additional actions like registering EPs are needed.
-
## Translated Elements
The following table contains the possible translated elements and information about their support in language packs and IDE/plugins.