dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26770
Re: API for pulling Multilingual Labels?
Thanks Lars - I didn't know about the 'me' api...
R
*Rodolfo Meliá*
*Principal | *rmelia@xxxxxxxxxxxx
Skype: rod.melia | +44 777 576 4090 | +1 708 872 7636
www.knowming.com
On Sat, Dec 14, 2013 at 1:19 PM, Lars Helge Øverland <larshelge@xxxxxxxxx>wrote:
>
>
>>
>>> Also, when you are in a custom form - how can you know what language is
>>> the current user set to?
>>>
>> I imagine needing to add some extra text, which will need multiple
>>> translations. We can embed such text on the HTML of the page, as long as we
>>> know what's the current language, and then display accordingly.
>>>
>>>
>> Good point. That and other user settings should be easily available in
>> the web api, probably at /api/me. Will try to fix that shortly.
>>
>>
>
> Hi Rodolfo and James,
>
> you can now access settings for the currently logged in user at:
>
> /api/me/profile
>
> {
>
> - firstName: "Tom",
> - surname: "Wakiki",
> - ...
> - settings:
> {
> - keyMessageEmailNotification: "false",
> - keyUiLocale: "en",
> - keyDbLocale: "en",
> - keyMessageSmsNotification: "false"
> }
>
> }
>
> Lars
>
>
References