.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