mirror of
https://github.com/bolucat/Archive.git
synced 2025-11-02 20:54:04 +08:00
Update On Tue Dec 31 19:31:58 CET 2024
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Reflection;
|
||||
using WPFLocalizeExtension.Extensions;
|
||||
|
||||
namespace Shadowsocks.Localization
|
||||
{
|
||||
public static class LocalizationProvider
|
||||
{
|
||||
public static T GetLocalizedValue<T>(string key)
|
||||
{
|
||||
return LocExtension.GetLocalizedValue<T>(Assembly.GetCallingAssembly().GetName().Name + ":Strings:" + key);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user