Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/30/2024 10:51 PM
When logging into Saviynt, the interface is always displayed in English.
Is it possible to change the default display to Japanese?
Even if I remove English in the preferences under global configurations, it still displays in English.
05/30/2024 11:32 PM - edited 05/30/2024 11:32 PM
User can set default language when they login
locale column in users you can update using import sheet also
05/30/2024 11:42 PM
> User can set default language when they login
I apologize for the omission, but what I want to know is the default language when users log in for the first time.
> locale column in users you can update using import sheet also
Can you tell me how to set this?
By setting the locale, will the language be automatically selected accordingly?
05/30/2024 11:43 PM
Yes it will be set automatically after login
05/30/2024 11:50 PM
Set language ja for your use case
you can set automatically using preprocessor
05/30/2024 11:49 PM
How can we set automatically?
05/31/2024 12:06 AM
I want to see if the locale is set when using the following preprocess query for user upload.
{
"ADDITIONALTABLES": {"USERS":"SELECT * FROM USERS"},
"COMPUTEDCOLUMNS": ["locale"],
"PREPROCESSQUERIES": ["UPDATE NEWUSERDATA SET newuserdata.locale = 'ja']
}
This query does not allow user import, so could you please share the preprocess query you used?
06/03/2024 08:28 PM
I have used import sheet and not proprocessor.
06/10/2024 07:50 PM
@JPMac Let me know if this answered your question