cancel
Showing results for 
Search instead for 
Did you mean: 

Control Browser settings

Former Member
0 Kudos

Hi,

Is there any way to control all the browser settings...

I know we can control language setting by the following code..

final String url = WDURLGenerator.getApplicationURL(

wdComponentAPI.getApplication().getDeployableObjectPart(),Collections.singletonMap("sap-locale","SA_ar"));

Like that can we change the 'encoding' also???

Kindly give me ur suggestions on this..

Thanks in advance

AD

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

No, it's always UTF-8.

Armin