Add support Multi language database content
Hi, would be really nice to support multilanguage database content. Thanks!
So what did you plan to do?,multi-table, or multi-fields with one language.
I wanted to take away how multilingual support is implemented at the level of entity fields. For example, the name and description of the product and brand should be displayed in the selected language
@urmatgit the easiest way would be name , localeName for the entity you are about to get, and you can get the response.
In case you are saying you want to have product's name in many languages. Let's say 100 different language. you could add more fields to accommodate in the product table or there should be a new localizedLanguage which contains entityId and entityType.