Base solution for your next web application
Open Closed

How to add new Source for Localization from Db #6367


User avatar
0
aggarwal created

Hi,

I want to add a table for maintaining Master Data - Example Currencies.

[Currencies] Id (PK) Code Symbol IsoCode NoOfDecimals

[CurrenciesText] Id(PK) CurrencyId(FK) LanguageId(FK) - from standard table DisplayName

If something like below can be achived using standard Languages(Under Administation) screen with the table as a source, that would be great.

[Currencies] Id (PK) Code Symbol IsoCode NoOfDecimals DisplayName LanguageId

Please advice?

This would make it really enterprise level.

Alternatively, I will have to use enums.

Best Regards, Vikas


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

    Hi @aggarwal,

    Is it something like this https://github.com/aspnetzero/aspnet-zero-core/issues/632 ?

  • User Avatar
    0
    aggarwal created

    Thanks. It does look like this issue.

    I come from SAP background and this is a key Enterprise feature.

    It would be good to have the table as a source.

    I will do some workaround for now.

    Regards, Vikas