question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Set Tenant entity as multi lingual entity for Tenant.Name

See original GitHub issue

In my demo app Tenant.Name is business name so I need to localize that. Is it possible or I must add new property to the Tenant entity e.x Tenant.DisplayName

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
malimingcommented, Sep 18, 2019

God, I thought we were talking about abp vnext. 😓

1reaction
ismcagdascommented, Sep 18, 2019

@hitaspdotnet Tenant.DisplayName is better 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multi-tenancy - EF Core
These applications are classified as "multi-tenant" because each customer is considered a tenant of the application with their own set of data.
Read more >
Multi tenancy with already existing data from multiple tenants
My idea was to create "clone" entities in the Front-End app which are multi-tenant and to keep the entities in the Core single-tenant,...
Read more >
Multi-Lingual Entities
ASP.NET Boilerplate defines two basic interfaces for Multi-Lingual entity definitions to provide a standard model for translating entities. IMultiLingualEntity.
Read more >
Multitenancy in ASP.NET Core - Simplest Way to achieve ...
In this article, let's learn how to implement Multitenancy in ASP.NET Core in a rather simple way making use of Entity Framework Core....
Read more >
Entity Framework and multi-tenancy database design
Plugging this schema into the Entity Framework gives the following errors when I add the tables into the Entity Model file (Model1.edmx):. The ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found