RocketCDS
Installation
Integration
RocketCDS
Installation
Integration
Installing AppThemes
Partial And Shared Templates
Razor Tokens
Dependancy
JQuery Validation
DNN Search
File Download
Rocket Tools
ChatGPT
DeepL
Simplisity JS
Command Attributes
Methods
Class Events
Field Data
Utility Functions
Ajax DropDownList
RocketContent
Create an AppTheme
Adding CSS and JS
Adding Resx
Multi-Row AppTheme
DataObjects
Razor Tokens
Shared Templates
Snippets
ArticleLimpet
ArticleRowLimpet
RocketDirectory
Create an AppTheme
DataObjects
Razor Tokens
Shared Templates
MenuManipulator
Category Menu
Text Search
Property Filter
Tag Filter
Secure Document
Snippets
RSS feed
Related Articles
ArticleLimpet
RocketForms
Create an AppTheme
DataObjects
Functionality
Module Settings
# Adding Resx Translation can be done using resx files. You can add these to a AppTheme by creating a resx file in the resx folder of the AppTheme. Create a folder.. ```plaintext /DesktopModules/RocketThemes/AppThemes-W3-CSS/rocketcontentapi.example1/1.0/resx ``` Create a file called "example1.resx" and "example1.#culturecode#.resx" in this folder. The naming convention is to use the same name as the AppTheme. If you are using Visual Studio simply add a resx file to this folder and enter your resx data. If you are using a different editor you will need to use XML format. If you are not familiar with resx files you should find out more. But, basically the default language is "example1.resx", the French translation file is "example1.fr-FR.resx". ```plaintext
Background Color
Background Color Class
``` After the file has been added it can be used in the template by adding a token. ```plaintext @AddProcessDataResx(appThemeView, true); ```