Skip to main content
Question

Language support in IFS Cloud21R2 for validation of models

  • March 21, 2022
  • 0 replies
  • 85 views

AndreasIsengaard
Sidekick (Partner)
Forum|alt.badge.img+8

Ok, long story short - when invoking projections e.g. 

POST against https://<SERVER>/main/ifsapplications/projection/v1/CustomerHandling.svc/CustomerInfoSet we are able to set header: Accept-Language = sv-SE but error messages are kinda mixed:
 

{

    "error": {

        "code": "ODATA_PROVIDER_ERROR",

        "message": "Ett internt serverfel inträffade. Kontakta administratören.",

        "details": [

            {

                "code": "INVALID_VALUE_FOR_PROPERTY",

                "message": "Invalid value for property 'DefaultLanguage'."

            }

        ]

    }

}

Is it possible to have the validation also in what ever language we prefer? The ORA-messages are translated though, but it would be nice if the validation values also could be translated.

This topic has been closed for replies.