Activities of "drpdev2"

Thanks @mailiming.

I found the package name. I implemented the localizationfor AccountResource in ApplicationContract layer as the following. It works well.

public class PortalApplicationContractsModule : AbpModule
    {
        public override void ConfigureServices(ServiceConfigurationContext context)
        {
            Configure<AbpLocalizationOptions>(options =>
            {
                options.Resources.Get<AccountResource>().AddVirtualJson("/Localization/Account");
            });

            base.ConfigureServices(context);
        }
    }

@maliming: Could you guide step by step to do it? I cannot find the package: Volo.Abp.Account.Pro.Localization.AccountResource What packages should we install? and how to fix this configure?

ABP Framework version: v2.9.0 UI type: Angular 9 Identity Server Seperated (Angular): yes

Hi @maliming, As your image, What pro packages will be to install to XXX.Domain project? Localization of Pro is not exist. Could you kindly share how to configure here? I took an error as below image.

Hi,

The verify popup has already shown. I researched to use this feature. Could you kindly to explain the way to use this feature? Where is the configuration for send code to phone number in the project ?

Hi,

Have a nice day! Currently, I cannot verify phone number. It raised an error message as below. Do I need to do anything to use verify phone number?

ABP Framework version: v2.9.0 UI type: Angular UI version: v2.9.0 Identity Server Seperated (Angular): yes

Hi @alper: The issue has not solved yet. Can you kindly check it?

Hi guys,

I tried to hide Switch Tenant I refered to the link: https://gist.github.com/ebicoglu/ce0f0425bab806d0ee1a87d0073af96b But It seem not has Switch tenant element. Could you share how to hide it without disable multi-tenant?

Hi @liangshiwei, I have the same problem about AccountResource.

I added Volo.Abp.Account.Application.Contracts" Version="2.9.0" to XXX.Domain project. and add this code into xxxDomainModule.cs

options.Resources.Get<Volo.Abp.Account.Localization.AccountResource>().AddVirtualJson("/Localization/Account");

But Identity Server Seperated cannot start. Could you give me how to fix it?

---> Volo.Abp.AbpException: Can not find a resource with given type: Volo.Abp.Account.Localization.AccountResource, Volo.Abp.Account.Application.Contracts, Version=2.9.0.0, Culture=neutral, PublicKeyToken=null
   at Volo.Abp.Localization.LocalizationResourceDictionary.Get[TResource]()

@liangshiwei Thank you! It works well.

Hi @liangshiwei, I refered to https://docs.abp.io/en/abp/latest/Localization#extending-existing-resource As I know, the document is only describe extending existing resource file in order to reuse in other classes. But It seems not point out how to add new or modify existing culture language file of Volo abp module. Could you share me the steps?

  1. How to add a new localization json file into Volo Identity Pro module?
  2. And how to modify values of the existed localization json files in Volo Identity Pro module or other Abp module packages?
Showing 1 to 10 of 21 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11