Hello,
I would like to offer the user only 2 languages and also set German as the default language and time zone. Can someone help me here?
Thanks
3 Answer(s)
-
0
Hi,
You can do it in Languages page by deleting other languages and setting German as default language. Or you can modify https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.EntityFrameworkCore/Migrations/Seed/Host/DefaultLanguagesCreator.cs in your project.
-
0
Ah ok, I see. And would it also be possible to adjust one of the themes and start with that as default? Maybe a material theme?
-
0
Hi,
Yes, you can set the default theme here https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Configuration/AppSettingProvider.cs#L81 or you can login as host admin and change it in Visual Settings page.