commandlineparser / commandlineparser/commandline

HelpText different language

未關閉
#871 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
C#
星號
4.8k
分支
478
PR 合併指標
30 天內沒有已合併 PR

描述

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; }
}
```

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

The issue names the HelpText parameter, the Value attribute, and a Localizer example but no files or tests. Start by tracing how HelpText is read and rendered for Value arguments, then determine how runtime language selection should work. Done means the behavior and API for displaying HelpText in a different language are defined and covered by appropriate tests.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
csharp
領域
cli
Issue 類型
功能
難度
5/5
預估耗時
一週以上
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。