Base solution for your next web application
Open Closed

Multilingual data #7325


User avatar
0
PMS created

In database we have AbpLanguages table where our application store UI texts. When I go on Language texts page to change language from base language to source language I can see on Source drop down our application and I can easily change all languages. All this is stored in AbpLanguages table. I would like to make copy of AbpLanguages table and call it AbpLanguagesUserData table. Intention is to use your interface to store some multilingual data in it. Please give me direction what to do to have this table data listed in Source dropdown. We will add English version data to this table on separate page, and would like to use your interface to maintain other languages.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @PMS

    It will require lots of effort to achieve something similar using a different table. Could you share your use-case with us ? You may want to use https://aspnetboilerplate.com/Pages/Documents/Multi-Lingual-Entities

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @PMS for the feedback. You can reopen this when you get back to this issue.

  • User Avatar
    0
    ESTeam created

    @ismcagdas
    Do you have any example of how to do it in angular (html / typescript)?