HandyOrg / HandyOrg/HandyControl

ConfigHelper增加一个更改系统语言服务函数吧

Open
#1,443 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.