.RESW 파일 확장자
Windows Resources File
| 개발사 | Microsoft |
| 인기도 |
3.2 | 12 투표 |
RESW 파일이란 무엇인가요?
Resource file used by Windows and Silverlight applications; contains strings that are used to localize the application for different languages and contexts; replaces .RESX files in some application development scenarios; often used with XAML applications, which abstract the user interface strings to resource files.
추가 정보
When RESW files are built into the application, they are compiled into a binary format and are stored in .PRI files.
RESW 파일을 열거나 참조하는 프로그램
Windows