Hello,
How should I configure a given custom module for localization using the new db-stored language feature from v1.6 ?
Right now we are using this code for XML:
Configuration.Localization.Sources.Add(
new DictionaryBasedLocalizationSource(
ModuleConsts.LocalizationSourceName,
new XmlEmbeddedFileLocalizationDictionaryProvider(
Assembly.GetExecutingAssembly(),
ModuleConsts.LocalizationSourceRootNameSpace
)
)
);
Thank you very much
Bruno
+1 for the suggested approach.
We used to have same Scenario, and we end up creating code-first like classes and entities by adapting then as we go...
Regards
Bruno Bertechini
Hello
Is that possible to have custom layouts per tenant for the MPA Landing page ?
What approach would be ?
Bruno Bertechini
Hello,
Where can I find documentation/samples for the metronic theme ? We need to create few pages and would like to read the documentation regarding the componente set available!
Kind Regards
Bruno Bertechini
Thanks for the reply.
I understand and I agree with you on cliente side/menu approach.
I was just wondering if this is by design or something missing.
I ask because I am following documentation and testing/understanding between each and every step...
Thanks a lot
Bruno
Hello
How can I localize the dialog that appears when the user does not have access to a certain AppService (marked with AbpAuthorize)
Currently the message is in english :
Required permissions are not granted. At least one of these permissions must be granted: (image attached)
And I didn't find this string on language resources
Thank you very much