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, paste it into your display's Advanced configuration (raw JSON editor) under the i18n key to override the strings used by the status board.
You can also set locale as a URL query parameter for date/time formatting — see Customizing your Status Board Display.