Skip to content

Commit

Permalink
Commit latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
DNN committed Apr 22, 2024
1 parent 2e1eb8d commit 686ea47
Show file tree
Hide file tree
Showing 3 changed files with 3,446 additions and 3,444 deletions.
20 changes: 11 additions & 9 deletions docs/content/tutorials/themes/theme-objects/text/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,22 @@ <h1 id="text-theme-object-introduction">TEXT Theme Object Introduction</h1>

</div>
<div class="page-stats row visible-xs">
<div class="pull-left"> &bull; 3 minutes to read</div>
<div class="pull-left"> &bull; 2 minutes to read</div>
</div>
<div class="page-stats row visible-sm visible-md visible-lg visible-xl">
<span class="pull-left">&nbsp;&bull; 3 minutes to read</span>
<span class="pull-left">&nbsp;&bull; 2 minutes to read</span>
</div>

<p>Displays Localized text in your theme / skin, also supports the use of DNN Core Token replacement.</p>
<p>The text will be loaded from a resource file (*.resx), you need a separate resx file per language.</p>
<p>These should be located in a folder named &quot;App_LocalResources&quot; (in the Theme folder).</p>
<p>Displays localized text in your theme/skin, and supports DNN Core Token replacement.</p>
<p>The text will be loaded from a resource file (<code>*.resx</code>), you need a separate RESX file per language.</p>
<p>These should be located in a folder named <code>App_LocalResources</code> (in the theme/skin folder).</p>
<h2 id="naming-convention">Naming convention:</h2>
<p>When your skin file = index.ascx:
Default language: index.ascx.resx
French: index.ascx.fr-FR.resx
German: index.ascx.de-DE.resx</p>
<p>When your skin file is <code>index.ascx</code>:</p>
<ul>
<li><code>index.ascx.resx</code> (Default Language)</li>
<li><code>index.ascx.fr-FR.resx</code> (French)</li>
<li><code>index.ascx.de-DE.resx</code> (German)</li>
</ul>
<h2 id="resource-file-content">Resource file content:</h2>
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;root&gt;
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41028,7 +41028,7 @@
"output": {
".html": {
"relative_path": "content/tutorials/themes/theme-objects/text/readme.html",
"hash": "xKRryQQqreTXTiuSJRyxJu814EKCnOOrDm6L43FsUkY="
"hash": "31SfAA4eItcbkkmWbdpl2Y3qwA9FWXE/1KlSWDAAF/A="
}
},
"is_incremental": false,
Expand Down
Loading

0 comments on commit 686ea47

Please sign in to comment.