User Tools

Site Tools


dealing_with_multiple_languages_in_your_recipient_group

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dealing_with_multiple_languages_in_your_recipient_group [2019/07/25 12:49] – external edit 127.0.0.1dealing_with_multiple_languages_in_your_recipient_group [2021/07/06 10:09] (current) lucy
Line 1: Line 1:
-===== Background info =====+===== Language attributes in LUCY =====
  
-LUCY provides attack and awareness templates in different languages: +The application is equipped with 130 standard language attributes. However, we can add any language by request and thus theoretically support all 6500 existing languages worldwide. 
 + 
 +===== Existing translations in LUCY ===== 
 + 
 +LUCY provides attack and awareness templates already translated in different languages: 
  
 {{ template_languages-1024x805.png?600 }} {{ template_languages-1024x805.png?600 }}
Line 28: Line 32:
  
  
-===== Configuration =====+===== Configuration of campaigns with multiple languages using recipient groups ===== 
  
 **Introduction**: If you create a campaign and want your employees to get the correct language, you won't need to create a separate scenario for each language. LUCY has the ability to dynamically send the correct language template to the recipient, if you have defined the language for each employee in the recipient settings. **Introduction**: If you create a campaign and want your employees to get the correct language, you won't need to create a separate scenario for each language. LUCY has the ability to dynamically send the correct language template to the recipient, if you have defined the language for each employee in the recipient settings.
Line 47: Line 52:
  
 {{ landing_page_language.png?600 }} {{ landing_page_language.png?600 }}
 +
 +
 +===== Configuration of campaigns with multiple languages using dropdown menus in templates =====
 +
 +If you don't know the language of the user or allow the users to choose the language themselves, you can work with specific awareness templates. We have different examples within the awareness section that illustrates the technology:
 +
 +{{ dwropdownlanguage.png?600 }}
 +
 +{{ dwropdownlanguage2.png?600 }}
 +
 +You can add more languages within the source code (1). Each text in a separate language needs its own div tag (example: <div translate="fr" for the french translation of the text):
 +
 +{{ dwropdownlanguage3.png?600 }}
 +
 +Next, please open the q0.html file and you can see the following strings there:
 +
 +{{:dropdowntemp_1.png?600|}}
 +
 +For the paragraph, the translate attribute is entered. If this attribute = "en" - English is implied, similarly for other languages.
 +
 +Then please create and paste this code into the javascript (in any or separate js file):
 +
 +  * **var someelement = $ ('... select the element ...');**
 +
 +  * **var lang = $ ('... choose the language ...');**
 +
 +  * **someelement.find ("[translate]"). not ("[translate = '" + lang + "']"). remove ();**
 +
 +For example:
 +
 +{{:dropdown_2.png?600|}}
 +
 +
 +
 +You can create other templates using the same technology. As an alternative, we can create a multi-language dropdown template from any existing template in LUCY. Please contact support@lucysecurity.com for pricing.
 +
 +===== TRANSLATE TEMPLATES =====
 +
 +We can translate and proofread any web based template (attack- or awareness) for you. The translation includes the message template and the landing page(s). Pricing per language per web based template:
 +
 +The translation process usually takes around 5-10 days, depending on the length of the template. 
 +
 +If you want to translate templates yourself, please go through the following steps:
 +
 +**Step 1:** Add the according language inside the template and save the template. LUCY will then create a copy of the template in English. You will have to replace the English text then with the desired text in your language.
 +
 +{{ lg_1.png?600 }}
 +
 +**Step 2:** Select the according language (1), select the file inside the course which you want to translate (2) and insert the translated text inside the editor (3). Sometimes it is required to insert the translated text in the source code. Once you inserted the text, please save the template.
 +
 +{{ lg_2.png?600 }}
 +
 +\\
 +\\
 +
 +===== CREATE CUSTOM TRANSLATED TEMPLATES =====
 +
 +We can create custom attack or awareness templates for you. Pricing on request
 +
 +
 +
 +===== CREATE CUSTOM TRANSLATED VIDEOS =====
 +
 +Please consult [[create_a_custom_e-learning_video|this]] chapter.
 +
 +
  
  
dealing_with_multiple_languages_in_your_recipient_group.1564051797.txt.gz · Last modified: 2019/07/25 12:49 by 127.0.0.1