Hi,
I am using Report Engine SDK(Java) with BOXI 3.1
If I use the below code the user prefrence is set as "Use browser locale" eventhough the locale is provided properly.
userInfo.setPreferredViewingLocale(new Locale(viewingLocale));
eg:- viewingLocale = "en" or "ja"
Is this a bug?. Its working properly if I set the viewing locale directly in the user preference.
Please help me.
Thanks in advance
Shameer