cancel
Showing results for 
Search instead for 
Did you mean: 

Can't change language

Former Member
0 Kudos

Hi all

I want to open mail and the subject in another language

how can i do that?

this is the code

try {

String linkToBeOpen =

WDURLGenerator.getWebResourceURL(

wdComponentAPI.getComponent().getDeployableObjectPart(),

"mailto:"M"?subject=דוגמא");

IWDWindow window =

wdComponentAPI.getWindowManager().createNonModalExternalWindow(

linkToBeOpen,

"My window title");

window.show();

} catch (WDURLException e) {

// TODO Auto-generated catch block

e.printStackTrace();

}

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can store the strings (e.g. the subject field) like desicribed in the following documents:

/people/prashant.patalay/blog/2006/12/20/internationalization--i18n-of-webdynpro-java-application

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c6cfad90-0201-0010-a5b8-8f948634...