In my test project, that was based on Abp 0.6.3 I used custom attributes for that (please check attached file).
Few notes on those:
DataAnnotationsModelValidatorProvider.RegisterAdapter(typeof(LocalizedRequiredAttribute), typeof(RequiredAttributeAdapter));
DataAnnotationsModelValidatorProvider.RegisterAdapter(typeof(LocalizedStringLengthAttribute), typeof(StringLengthAttributeAdapter));
Hope that helps :) Attributes.zip
And if I am using constants? Put code into constant and use javascript translation? Translate in .Select from IQueryable in application service? Create some kind of provider, as in feature provider?
Bump
Yes. I see the index is recreated in the last migration. Topic closed.
Could You please give us an update on Your success? I need exactly the same thing - to create wcf service, but I would not like to loose abp functionality.