Solved
Localization via script
Hi,
How can i assing the language parametr to a user using a script. Because i used the create user script via a button, but i want to assign a specific to that user langauge also. Thanks
Hi,
How can i assing the language parametr to a user using a script. Because i used the create user script via a button, but i want to assign a specific to that user langauge also. Thanks
Hi El Mehdi, you can use the SetLanguagePreferences service something like this to achieve this
var params = {
preferences: undefined /* STRING */
};
// no return
Users["DemoUser"].SetLanguagePreferences(params);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.