cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Syclo Data Markup Language

Former Member
0 Likes
200

Hi all

i am using IOS9+Ipad+ SMP2.3

i want to use the SDML in one of my java code. I want to know what is the device language when user is downloading the application. i need some example. I have used SDML in SQL but this time i want to use in java.

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Likes

Accessing SDML tags in java is a simple case of just calling eval on your user object and passing in the SDML.

String lang = _user.eval("<<user.client.language>>");

Will give you the two character abbreviation for the client device’s configured locale.

--Bill

Answers (2)

Answers (2)

Former Member
0 Likes

Thanks Bill

Former Member
0 Likes

It depends on what SDML you are trying to use.  Can you give an example of SDML key you are trying to use.

Also, are you using an Pre-built application or creating one?

Stephen.