Info: Performing the steps described in this article requires direct server access. Depending upon how your system is hosted and the level of access you have to that system, coordination may be required with your Partner or WoodWing Support team. For a full overview of the steps that need to be done by WoodWing and how to request them, see WoodWing Cloud - Change management.
The time is displayed in the following locations:
- The Studio Server Maintenance pages
- Custom metadata properties of type "time"
- In client applications such as the Created On column in Studio and the Studio panel in Studio for InDesign and InCopy
AM/PM display
To display time in an 'am/pm' fashion, use the following option:
- File: configserver.php file (recommended: config_overrule.php file)
- Name of option: LANGPATAMPM
- Possible values: "false" for no am/pm time display, "true" for am/pm time display
- Default setting: false
- Example:
define ('LANGPATAMPM', false);
Localization on Maintenance pages
On specific Maintenance pages in Studio Server (such as the Relative Deadline page), the number of days, hours and minutes can be entered. The character following each field is by default the one denoting the English word: 'D' for days, 'H' for hours and 'M' for minutes.
Example: 5 D 12 H 30 M
To localize these characters (even when the rest of Studio Server is set to a different language), use the following option:
- File: configserver.php file (recommended: config_overrule.php file)
- Name of option: LANGPATTIMEDIFF
- Possible values: Abbreviations for the words"Day", "Hour", and "Minute".
Note: These abbreviations should be in the language that Studio Server is configured for. For example:
|
- Default setting: DHM
- Example:
define ('LANGPATTIMEDIFF', "DHM");
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.