blazor-starter-kit icon indicating copy to clipboard operation
blazor-starter-kit copied to clipboard

Add support Multi language database content

Open urmatgit opened this issue 4 years ago • 3 comments

Hi, would be really nice to support multilanguage database content. Thanks!

urmatgit avatar Jun 29 '21 11:06 urmatgit

So what did you plan to do?,multi-table, or multi-fields with one language.

neozhu avatar Jun 30 '21 00:06 neozhu

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 avatar Jun 30 '21 06:06 urmatgit

@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.

chhinsras avatar Jul 03 '21 13:07 chhinsras