Activities of "liangshiwei"

Hi,

Sorry, there is no good way to do this, you must wait for the blazor app loading. this is a limitation of blazor.

Maybe you can try put the static resources(dll, js etc..) to CDN: https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/startup?view=aspnetcore-5.0#load-boot-resources.

@Leonardo.Willrich

See https://support.abp.io/QA/Questions/1152/How-to-to-Login-page-when-accessing-the-app-and-after-logout#answer-d2e834e0-4600-d3d0-eb47-39fbdb7edfc7

Hi,

ASP.NET Core use current culture to handle datetime format. abp also.

For front-end, we integrated luxon to convert datetime to current culture format. see :https://github.com/abpframework/abp/pull/5147

For back-end: you can try to use ITimezoneProvider to handle the time zone base on time zone settings. https://docs.abp.io/en/abp/latest/Timing#itimezoneprovider

I think you can create a middleware to change the current culture .

Answer

Hi,

Please open a new question to discussion, thanks.

Hi,

I used the entity.json your provided, but can't reproduce the problem, seems the problem more related to your project structure, can you use the suite to create a new project to reproduce and sen to email shiwei.liang@volosoft.com? thanks.

Hi,

Why you close the question, Has the problem been solved?

Hi,

I think there is no problem:

Entity

Hi,

See https://support.abp.io/QA/Questions/1315/How-can-I-set-default-language-to-FI

Hi,

Can you share your entity.json?

Showing 5541 to 5550 of 6435 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 15, 2025, 05:31