Base solution for your next web application
Open Closed

Entending exsting Localization xml with new languages #4981


User avatar
0
mentium created

Hi

Is there a solution for adding new language translations without seeding them into the datbase, as xml for these sources:

0 : {name: "Abp", type: "MultiTenantLocalizationSource"} 1 : {name: "AbpWeb", type: "MultiTenantLocalizationSource"} 2 : {name: "AbpWebExt", type: "MultiTenantLocalizationSource"} 3 : {name: "AbpZero", type: "MultiTenantLocalizationSource"} 4 : {name: "VikarProgram", type: "MultiTenantLocalizationSource"}


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

    I think you are looking for <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Localization#extending-localization-sources">https://aspnetboilerplate.com/Pages/Doc ... on-sources</a>.

  • User Avatar
    0
    mentium created

    Hi ismcagdas

    It was exactly what I needed, thanks.