Hi all

Can i set language for ivy user in ivy designer as i do in engine? I'm using ivy 6.3.

One more thing i see on Ivy engine, when i don't set language for user, by default it will be Application Default(English), and for api:

 ivy.session.getSessionUser().getEMailLanguage().getLanguage();

it return null (see in below picture) alt text The text Application default (English) somehow make me confused a little bit, i thought locale is English.

Thanks

asked 06.07.2017 at 06:55

trungdv's gravatar image

trungdv
(suspended)
accept rate: 52%

edited 10.07.2017 at 07:29


Hi @trungdv

The method

ivy.session.getSessionUser().getEMailLanguage();

returns null, because there is no language set. Therefore the Application default is used...

There is no UI support in the designer to set the language. However you can do it by calling the setter-method on the IUser.

link

answered 10.07.2017 at 07:25

Flavio%20Sadeghi's gravatar image

Flavio Sadeghi ♦♦
(suspended)
accept rate: 75%

thanks @Flavio Sadeghi ♦♦ i got it. i guess if i setup admin ui tool for designer, i can set it somehow

(10.07.2017 at 07:30) trungdv trungdv's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2

Asked: 06.07.2017 at 06:55

Seen: 1,051 times

Last updated: 10.07.2017 at 07:30