Base solution for your next web application
Open Closed

override / intercept localization class #3997


User avatar
0
mdonogma created

what would be the best approach to override the localization mechanism

Example: want to store the custom translation in SQL DB so that language can be customization by tenant admin.

ignore the fact of performance hit - want to know if its possible.


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

    AspNet Zero uses dynamic, database-based, per-tenant localization. This is already available from the UI in admin settings.

  • User Avatar
    0
    piapps created

    Tenant admin can already edit languages as far as I am aware (just checked v4.5.1).