Jump to: navigation, search
(Created target blank page For Version: PSAAS:Public)
 
(Update with the copy of version: draft)
Line 1: Line 1:
<!-- Creation of the target page -->
+
= Localization =
 +
 
 +
{{NoteFormat|For information on how to setup localization, please refer to the  [[GWCInternat|Localization Guide]]|1}}
 +
 
 +
==Strings==
 +
 
 +
<source lang='javascript'>{
 +
 +
"CalendarDayLabels": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
 +
"CalendarMonthLabels": ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],
 +
"CalendarLabelToday": "Today",
 +
"CalendarLabelTomorrow": "Tomorrow",
 +
"CalendarLabelMorning": "Morning",
 +
"CalendarLabelAfternoon": "Afternoon",
 +
"CalendarLabelEvening": "Evening",
 +
"CalendarTitle": "Schedule a Call",
 +
"CalendarOkButtonText": "Okay",
 +
"CalendarError": "Unable to fetch availability details."
 +
}
 +
</source>
 +
 
 +
[[Category:V:PSAAS:Public]]

Revision as of 14:48, August 25, 2017

Localization

Important
For information on how to setup localization, please refer to the Localization Guide

Strings

{
	
	"CalendarDayLabels": ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],
	"CalendarMonthLabels": ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sept","Oct","Nov","Dec"],
	"CalendarLabelToday": "Today",
	"CalendarLabelTomorrow": "Tomorrow",
	"CalendarLabelMorning": "Morning",
	"CalendarLabelAfternoon": "Afternoon",
	"CalendarLabelEvening": "Evening",
	"CalendarTitle": "Schedule a Call",
	"CalendarOkButtonText": "Okay",
	"CalendarError": "Unable to fetch availability details."
}
Comments or questions about this documentation? Contact us for support!