How do you get the Finesse Agent Desktop's Locale information in a gadget?
If you are building a custom gadget and want to get the locale that the agent selected for the Finesse Agent Desktop, you can get the locale with the following code:
var locale = finesse.gadget.Config.locale;
Comments
0 comments
Please sign in to leave a comment.