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/02/26 12:39] lucydealing_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.
  
-**Step 1:** upload a recipient group, where you have the correct language associated with each recipient. The language must be specified in English within the recipient list (if you want a recipient to get a german template, his language attribute must be "german" and NOT "deutsch"). If you don't specify a language with the recipient, he will get the base language that was selected when adding a new scenario.+**Step 1:** upload a recipient group, where you have the correct language associated with each recipient. The language must be specified in English within the recipient list (if you want a recipient to get a German template, his language attribute must be "German" and NOT "Deutsch"). If you don't specify a language with the recipient, he will get the base language that was selected when adding a new scenario.
  
 {{ language_recipients.png?600 }} {{ language_recipients.png?600 }}
Line 40: Line 45:
 {{ base_lang.png?600 }} {{ base_lang.png?600 }}
  
-**Step 3:** Within the scenario settings you now have the possibility to add further languages. Please select the additional languages for you scenario.+**Step 3:** Within the scenario settings you now have the possibility to add further languages. Please select the additional languages for your scenario.
  
 {{ language_sel.png?600 }} {{ language_sel.png?600 }}
  
-**Step 4:** When you [[edit_landing_page|edit the landing page]] or [[mail_settings|edit the message template]] you will see a drop down menu appearing at the top with the additional language you added in the previous step. If the template is already available in the desired language, the according content will be appear once you to select the language. If there is no template with the desired language, you will need to create the template yourself first.+**Step 4:** When you [[edit_landing_page|edit the landing page]] or [[mail_settings|edit the message template]] you will see a drop-down menu appearing at the top with the additional language you added in the previous step. If the template is already available in the desired language, the according content will appear once you to select the language. If there is no template with the desired language, you will need to create the template yourself first.
  
 {{ 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.1551181152.txt.gz · Last modified: 2019/07/25 12:50 (external edit)