...
The endpoints for the management of localization files provided by the Web-API Gateway (API-WEB) are available only for users with specific administrative roles. Furthermore, the endpoints require the specification of the language for which the localization file should be retrieved/updated. The language has to be specified in ISO norm (e.g., de
, en
, es
, fr
, ...) in the request header for GET endpoints and in the request URL for the POST endpoints:
User RoleRequired Permission | Available Endpoints for Localization Management | Description | ISO Language Specification | Range of Application of managed Localization Files | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
access to admin-controller endpoints of the Web-API Gateway (default: YUUVIS_TENANT_ADMIN role) | GET /api-web/api/admin/resources/text |
| in the request header Accept-Language | Tenant-specific: available only in the tenant the currently logged-in user belongs to. | ||||||||
POST /api-web/api/admin/resources/text/{locale} |
| as path parameter | ||||||||||
access to system-controller endpoints of the Web-API Gateway (default: YUUVIS_SYSTEM_INTEGRATOR role) | GET /api-web/api/system/resources/text |
| in the request header Accept-Language | Global: available for all tenants. | ||||||||
POST /api-web/api/system/resources/text/{locale} |
| as path parameter |
...
yuuvis® architect provides a support tool with a graphical user interface for client administrators. Based on the framework library, metadata forms of their client's graphical user interface can be modeled. Furthermore, users can be added or removed from the respective tenant and language settings can be customized.
...