Overview
Provides localisation support for PADS4: time zones, cultures, date/time formats, and multi-language resource management. Used by other services and the UI to handle regional formatting.Authentication
All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:Replacehttps://<your-server>with your PADS4 server address and<ServiceName>with the service path shown above.
Endpoint Reference
Request & Response Examples
GET /api/v1/Globalization/SupportedLanguages
Request:
200 OK:
GET /api/v1/Globalization/Cultures
Request:
200 OK:
GET /api/v1/Globalization/TimeZones
Request:
200 OK:
GET /api/v1/Globalization/ServerCulture
Request:
200 OK:
GET /api/v1/Globalization/ServerTimeZone
Request:
200 OK:

