From 2fff579fe2ead96e97456d087b1c70e7e6c8b825 Mon Sep 17 00:00:00 2001 From: David Poindexter Date: Sun, 21 Apr 2024 18:30:42 -0400 Subject: [PATCH] Correct a few formatting issues and typo in `TEXT` theme object doc Correct a few formatting issues and typo in `TEXT` theme object doc --- .../themes/theme-objects/text/readme.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/content/tutorials/themes/theme-objects/text/readme.md b/content/tutorials/themes/theme-objects/text/readme.md index b40d5be42..896c90d3c 100644 --- a/content/tutorials/themes/theme-objects/text/readme.md +++ b/content/tutorials/themes/theme-objects/text/readme.md @@ -10,23 +10,20 @@ links: --- # TEXT Theme Object Introduction - -Displays Localized text in your theme / skin, also supports the use of DNN Core Token replacement. - -The text will be loaded from a resource file (*.resx), you need a separate resx file per language. +Displays localized text in your theme/skin, and supports DNN Core Token replacement. -These should be located in a folder named "App_LocalResources" (in the Theme folder). +The text will be loaded from a resource file (`*.resx`), you need a separate RESX file per language. +These should be located in a folder named `App_LocalResources` (in the theme/skin folder). ## Naming convention: -When your skin file = index.ascx: -Default language: index.ascx.resx -French: index.ascx.fr-FR.resx -German: index.ascx.de-DE.resx - - +When your skin file is `index.ascx`: +* `index.ascx.resx` (Default Language) +* `index.ascx.fr-FR.resx` (French) +* `index.ascx.de-DE.resx` (German) + ## Resource file content: