Localization #434
-
Hello, I'm new here. Particularly good the CommandDotNet, I tried several things, and everything works. I have a problem with localization. How to use this correctly? In the documentation: class MyResources : Resources
{
public override string Error_File_not_found(string fullPath) => $"missing file: {fullPath}";
...
}
static int Main(string[] args)
{
return new AppRunner<ValidationApp>(settings, new MyResources()).Run(args);
} but AppRunner' does not contain a constructor that takes 2 arguments And there is no such setting, it does not appear: What am I using wrong? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Which version are you using? |
Beta Was this translation helpful? Give feedback.
Which version are you using?