HandyOrg / HandyOrg/HandyControl
ConfigHelper增加一个更改系统语言服务函数吧
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
ConfigHelper.Instance.SetLang(new LangProvider);
//SetNewServiceProvider
public void SetNewServiceProvider(ILangProvider provider)
{
LangProvider.SetLang(provider);
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate ConfigHelper, ILangProvider, and LangProvider, then read the existing language-setting entry points and related tests, if present. Confirm the intended public method name and delegation behavior from the issue example. Done means ConfigHelper exposes the requested provider-changing operation and the existing language service updates correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop, localization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100