Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在构建时将 resx 文件编译为 Javascript?我只发现了这个:Localize Strings in Javascript,这对我来说没用,因为我有很多字符串要放入 javascript。
我认为您链接中的一些答案将允许多个属性。
但还有其他解决方案: http ://www.west-wind.com/weblog/posts/2009/Apr/02/A-Localization-Handler-to-serve-ASPNET-Resources-to-JavaScript
如果您搜索“convert resx json”,您会发现不同的方法。