XLSForm/pyxform

Enable warning and error message localization

lognaturel opened this issue · 1 comments

Currently warnings and errors are returned as raw English strings. It would be helpful to have a localization mechanism as requested on the ODK Forum.

I think the big decision point is whether to establish warning/error codes so that external clients can manage localization or to manage localization in pyxform. The latter is probably more widely useful.

Related to #581