on ‎2015 Dec 17 10:06 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.