commandlineparser / commandlineparser/commandline
HelpText different language
Open
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 478
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to make the **HelpText** parameter support a different language at runtime?
example idea, is there an alternative?
```
public class Options
{
public static Localizer _rb;
public ArgOptions(Localizer rb) { _rb = rb; }
[Value(0, Required = true, HelpText = _rb.Get("name"))]
public string? Name{ get; set; }
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.