- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 07:26 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 01:40 PM
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 11:33 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 11:41 AM
all plugins are activated... even i TEST environment it is working fine in PROD environment it is not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2017 12:24 PM
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..