.RESJSON 文件扩展名
Windows JavaScript Resources File
| 开发者 | Microsoft |
| 受欢迎程度 |
2.0 | 2 票 |
什么是 RESJSON 文件?
Developer file used by Windows Metro style apps developed for Windows 8; saved in a JSON (JavaScript Object Notation) format and contains strings that are often used for localizing the app's user interface.
更多信息
Developers often create different RESJSON files (e.g., resources.resjson) in folders named /en-US/, /fr-FR/, /ja-JP/, etc. Each resources.resjson file has strings localized for the particular language folder.
注: Resources may also be saved using .RESW files if using the C# and C++ languages.
可打开或引用 RESJSON 文件的程序
Windows