cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Design Studio 1.6: Change language

Former Member
0 Kudos

Dear community

The language of the Internet Browser is (CH-DE = Switzerland/German). In the backend (BW) the language is "DE-DE" (Germany/German).

Can I change the language by coding? For example:

If (language = "CH-DE") {

     language = "DE-DE"

}

A possible solution is to change the on the Internet Browser or in the settings on the BI Launchpad. But this is not my case. I would like that if the user starts the Design Studio dashboard and the Internet Browser language is set "CH-DE" to change that to "DE-DE" WITHOUT the user need to do an interaction.

Do you have a solution?

Best regards,

Roman

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi you two guys

I know the language settings on the OLAP connection, etc. My question is if there is a possibility to change the language settings in the startup function (e.g. with an if-clause?

Thanks a lot

Roman

MustafaBensan
Active Contributor
0 Kudos

It is not possible to change the language setting via scripting.

Former Member
0 Kudos

That is sad but thank you for the answer.

Best regards,

Roman

Answers (2)

Answers (2)

MustafaBensan
Active Contributor
0 Kudos

Hi Roman,

You may also find the discussion in the following post relevant Language Settings BI4 / Design Studio | SCN as well as the mentioned SAP Note 2250554 (and referenced notes).

Regards,

Mustafa.

TammyPowlas
Active Contributor
0 Kudos

I wonder what the results would be if you tried Franck's OpenDoc solution - passing the language as a parameter: Date format in Crosstabs | SCN