Articles on: Guides

How to localize your Status Board Display

Localizing your status board display can be accomplished through i18n localization files.

These are pasted into your display configuration and override the default language strings used in the app.

The process generally follows the same process as localizing a Meeting Room display, and you can read more about it here, to use as an example: How to Localize your Meeting Room 365 Display



Status Board i18n File (English, Default)



{
        "now": "now",
        "all_day": "All Day",
        "meeting_room": "Meeting Room",
        "room_available": "Room available",
        "available": "Available",
        "occupied": "Occupied",
        "reserve": "Reserve",
        "and": "and",
        "other": "other",
        "others": "others",
        "private_appointment": "Private Appointment",
        "daysOfWeek": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
        "months": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
        "room_name": "Room name",
        "meeting": "Meeting",
        "location": "Location",
        "status": "Status",
        "description": "Description"
    }


Simply modify the strings on the right (not the left), to create your own custom i18n translation.

Once you modify the above snippet, you can paste it in your display configuration under i18n to override the strings being used by the status board display.

Updated on: 16/10/2019

Was this article helpful?

Share your feedback

Cancel

Thank you!