- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 01:24 AM
Hi,
Is there any configurable way to disable the language options shown in the language picker so that I can disable them for some time and then can enable them back?
Currently our language picker shows "English, German, French, Italian, Chinese" but we only want to show only "English" right now and at later point of time we wanted to enable others without disabling the respective language plugin.
Thanks in advance..
Regards,
Srikanth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 02:02 AM
The languages are picked from language field choice list of user table.
If you make choices as inactive= true and those languages will not be shown on language picker upon your next login onwards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 01:35 AM
There would be a UI Macro for the language picker, you need to modify it there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 01:41 AM
Thanks Anurag for your reply, there is this UI Macro "ui_language_select" where we can modify the selection, but we don't want to touch the out of the box code and hence searching for any other way.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 01:43 AM
Further to what Anurag mentioned above, the following threads could be useful to you.
Removing language selection option from home page User Preferences setting
Disable Language Picker in UI16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 02:02 AM
The languages are picked from language field choice list of user table.
If you make choices as inactive= true and those languages will not be shown on language picker upon your next login onwards.