Base solution for your next web application
Open Closed

ILocalizationManager inside Core DLL #747


User avatar
0
andmattia created

Hi

is possibile to use ILocalizationManager inside a core class. I try to localazie exception but I don't have idea where put localiziation or how can I do that.

Mattia


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

    ILocalizationManager can be used core/domain layer, surely.

  • User Avatar
    0
    andmattia created

    Thks @hikalkan

    I found my erron. In some class I foget to inherit from serviceBase class so I don't have a localization manager