Base solution for your next web application
Open Closed

Language Files - Field Labels #5686


User avatar
0
mdframe created

Is it possible for each tenant to have a different language file to allow them to rename screen labels and information? I have a situation where two tenants use the same fields however their business model has a different name for some of the screen labels.

Thanks,

Matt


4 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    check AbpLanguageTexts table. There's TenantId field. So if you insert a record with a tenantId it will work as you want.

  • User Avatar
    0
    mdframe created

    So does this just automatically use this table if a record exists? I have been unable to locate any documentation on this table is utilized by the framework. Meaning, if I load all the fields from the language XML file the framework will use this table without any other coding or configuration?

  • User Avatar
    0
    ryancyq created
    Support Team

    you can refer to this document

    it is built using AbpLanguageTexts

  • User Avatar
    0
    alper created
    Support Team

    if your issue is still on, reopen please. now closing due to inactivity.