Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Batch Data Upload - localization

    Hi Isomorphic,

    validator error messages which coming from the server are not localized.

    Batch Upload Data locale=de
    1. Download supplyItemTest.csv
    2. Remove data for some required field
    3. Upload file
    Message "Field is required" is not localized.

    If you remove data for some required field in GUI, then it works fine.

    Best regards
    Pavo

    #2
    That's correct - server-side error messages are not automatically localized as they have no access to the client-side localization system. However, for any validators where the client will not be catching the error, you can use DataSource localization, as needed, to re-declare built-in validators (such as required=true) and provide localized error messages.

    Comment


      #3
      Hi all,

      this thread is related.

      Best regards
      Blama

      Comment

      Working...
      X