WeihanLi.Extensions.Localization.Json:基于dotnetcore json的本地化支持 源码
李玮涵扩展名本地化 介绍 基于dotnet核心json文件的本地化 建立 开始使用 注册所需的服务: services . AddJsonLocalization ( options => { options . ResourcesPath = Configuration . GetAppSetting ( " ResourcesPath " ); options . ResourcesPathType = ResourcesPathType . TypeBased ; // by default, looking for resourceFile l
下载地址
用户评论