Try resolve ILocalTextRegistry
for custom things.
var registry = (LocalTextRegistry)Dependency.Resolve<ILocalTextRegistry>();
registry.TryGet("en-US", "Db.Something");
CLICK HERE to find out more related problems solutions.
Try resolve ILocalTextRegistry
for custom things.
var registry = (LocalTextRegistry)Dependency.Resolve<ILocalTextRegistry>();
registry.TryGet("en-US", "Db.Something");
CLICK HERE to find out more related problems solutions.