Wiki

Clone wiki

Shortcode Ultimate V2 / How to add new language in Shortcode Ultimate?

There are two way to add language in Shortcode Ultimate.

A: Override in Plugin, B: Override in Template

A: Override in Plugin: Suppose, I need to add Italian language or “it-IT” in Shortcode Ultimate. Let see: how do I add it…

  1. Go “\plugins\system\bdthemes_shortcodes\language” location.
  2. Create a folder according to language code. Example: "it-IT".
  3. Then create a new file in this folder that name will be according to language code. For example: “it-IT.plg_system_bdthemes_shortcodes.ini”.
  4. Then add language in this file as you need.

B: Override in Template: Suppose, I need to add Italian language or “it-IT” in Shortcode Ultimate. Let see: how do I add it…

  1. Go “\plugins\system\bdthemes_shortcodes” location.
  2. Copy “language” folder.
  3. Go “\templates\shortcode(Your default Template)\html\plg_bdthemes_shortcodes”. If not exist, create these folder.
  4. Paste “language” folder here and go "language\".
  5. Create a folder according to language code. Example: "it-IT".
  6. Then create a new file in this folder that name will be according to language code. For example: “it-IT.plg_system_bdthemes_shortcodes.ini”.
  7. Then add language in this file as you need.

Updated