start

Windows RC files

Windows .rc files, or resource files, are used to store translatable text, dialogs, menu, etc. for Windows application.

New in v1.2

Conformance

The actual specification of .rc files is hard to come by. The parser was built using WINE .rc files as a reference. This was done as WINE is a good target for .rc translations. We are confident though that the extraction will prove robust for all .rc files.

Useful resource

Supported elements

Bugs