cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to get browser language setting in the VC model?

Former Member
0 Kudos

Hi, experts:

Is it possible to get browser language setting in the VC model?

My scenario is, I build a back end function and accept a language string parameter.

After calling, function will return language-specified string.

Any response would be very appreciate.

Best regards,

Nick.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nick,

Unfortunately there doesn't seem to be a direct solution to your scenario.

Using the User Data connector will be the best solution.

You may also want to take a look at the Translation functionality available in VC. There is a Text Function 'TRANSLATE' available in VC.You may want to explore that and see if it fits your scenario.

Regards,

Ajay

Former Member
0 Kudos

Hi, Ajay:

Thanks for your reply. I will try to accomplish this task combine with other development tool.

Best regards,

Nick.

Answers (1)

Answers (1)

Former Member
0 Kudos

I don't know about the browser language (I guess not). But you should be able to access locale via User Data connector

Former Member
0 Kudos

Hi, Jan:

Thanks for you reply.

the "browser language" means the language text you see in the browser UI.

I know there is a local property in the "user data" connector, but most of all user leave it blank,

and language setting in the browser will decide portal UI text.

My question is can I get language setting of browser from VC model.

Best regards,

Nick.