ragunathjawahar / android-saripaar

UI form validation library for Android
Apache License 2.0
3.22k stars 460 forks source link

How to "internationalize" message error #147

Closed ghost closed 8 years ago

ghost commented 8 years ago

How can we make the error message in other languages because we can't call getString(R.string.message) in annotations

ragunathjawahar commented 8 years ago

Use messageResId instead of message.