rawmodel/framework

Translatable of localized fields

apapacy opened this issue · 1 comments

There is one frequently used case. The field has localized values ​​in the form of an object with different locales. And at the output of the serialize method, you need to get one localized value.

Localization should be the responsibility of the UI. On the back-end, you simply retrieve/handle records based on some custom property (e.g. locale) stored in the database.