Hello,
I am developing an application which display its text in different languages, i.e. English and Marathi. Here I am using UTF-8 character as encoding type. I have to use default language of application Marathi. When user goes to login to application, he/she can choose language for login from login screen. If user selects English, then whole application should display in English. Otherwise Marathi language will display.
I have blank forms in my application where I used language variables to display text, variables such as {lang_var_name} which print text in English and Marathi depending upon language used as locale of application. I defined lot of language variables in language library of ScriptCase.
When I login using English as application language, the blank forms cannot displays texts in English. What can I do for displaying the texts in Marathi or English depending upon login language? I tried searching solution in SESSION variable, it does not display such variable such as str_lang and str_conf_reg every time. I set Share Location Variable to YES and Language variable to none in application settings.
When I choose Language variable to English from application settings, whole application displays in English but cannot change to Marathi as my requirement to set language from login form and when it is Marathi, application cannot change to English. How can I use shared language variable to set language of display?
Thanks in advance.
–
Milind Wakale