修复注释乱码
This commit is contained in:
@@ -5,14 +5,14 @@ namespace XP.ImageProcessing.CfgControl;
|
||||
|
||||
/// <summary>
|
||||
/// 本地化辅助类,用于管理多语言资源
|
||||
/// �?ImageProcessing 主项目的语言设置同步
|
||||
/// 与 ImageProcessing 主项目的语言设置同步
|
||||
/// </summary>
|
||||
public static class LocalizationHelper
|
||||
{
|
||||
private static ResourceManager? _resourceManager;
|
||||
|
||||
/// <summary>
|
||||
/// 资源管理�?
|
||||
/// 资源管理器
|
||||
/// </summary>
|
||||
private static ResourceManager ResourceManager
|
||||
{
|
||||
@@ -32,7 +32,7 @@ public static class LocalizationHelper
|
||||
/// 获取本地化字符串
|
||||
/// 使用当前 UI 文化(与主项目同步)
|
||||
/// </summary>
|
||||
/// <param name="key">资源�?/param>
|
||||
/// <param name="key">资源键</param>
|
||||
/// <returns>本地化字符串</returns>
|
||||
public static string GetString(string key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user