Language selector on login page

prasanna45
Kilo Contributor

There is a language selector on my login page...the default language is English...when i select other than english it should reload and gives the login page in selected language.

But it is not working...For ex. i have selected the French language even though the login page is in english only..

Where i should check this can some one help?

Thanks in Advance.

1 ACCEPTED SOLUTION

Alternatively add the 'Language' field by configuring form layout on the sys_user form and in the 'guest' user record change the language to 'FRENCH'.



Logout and re-login, you must be seeing the below screen : (this is from my dev instance)



find_real_file.png


View solution in original post

6 REPLIES 6

haseena ayesha
Kilo Guru

Hi


Prasanna,



ServiceNow provides a series of Internationalization plugins, each of which translate most of the instance into a particular language. Administrators can also translate an instance into languages other than those provided in the internationalization plugins by performing these steps.


-> Activate the I18N: Internationalization plugin. This plugin is required for all languages.


Please go through the bellow links it may be help full to you:


http://wiki.servicenow.com/index.php?title=Translating_an_Instance#gsc.tab=0


Managing the language selection on an instance


Language Internationalization - ServiceNow Wiki





Thanks & Regards


Haseena.



                                                                    PS: Hit like, Helpful or Correct depending on the impact of the response


all plugins are activated... even i TEST environment it is working fine in PROD environment it is not working.


find_real_file.png


i wanted like this when i select the language French , but even i select the French also it is showing in English in my PROD instance. where do i need to check this.


There is a system property called "glide.ui.login.language.select" that needs to be used for this and this is not enabled in the system even after you activate the 'FRENCH' language plugin.



Activate this plugin "I18N: Internationalization" and this creates the above system property and sets the value to TRUE by default. You need to set it to FALSE and save it. Again reset it back to TRUE and try it.



Also you could flush the system cache off business hours..