Description
i have set up a solution in 2 Languages (German/English), the Translation is an Imported one, so i translated it by myself.
The Solution is starting in English, this is fine (attached pic: WSH_translation_pic1.png).
Now i change it to German, this is working fine as well (attached pic: WSH_translation_pic2.png).
After clicking onto a button (Running a Webservice) it is changing automatically back to English (attached pic: WSH_translation_pic3.png).
The problem is, that i run the webservice with the selected language and i have drop down options aso.
Why is it changing the language without doing anything?
My Winshuttle Composer Version 12.1.0.152815
Applies To
12x
Cause
UNnecessory Translations were in solution causing the issue
Solution/Immediate Workaround
Follow the below steps to remove translations
1. open the solution in composer
2. open chrome developers tool by pressing F12
3. type $designer.frmd.frm_model.Translations
4. in this array there will be all translation, remove the unnecessary ones
5. use splice method to remove the translations from array --- edited method name
6. once removed, redeploy the solution
Comments
0 comments
Please sign in to leave a comment.