Windows Resources is a natively supported file format, you can use it without an additional installation. Just upload it to your projects and start the localization.
Attribute | Value |
---|---|
File Extension | .rc |
API Type | rc |
Source can be edited in Crowdin | No |
Generating translated files via Bundles | Search Crowdin Store |
Supports pluralization | No |
WYSIWYG Preview in the editor | No |
Supported types of contextual information | Text comments, Screenshots |
Custom attributes | No |
Existing translations import possibility | Key-value mapping |
#include "..\Name.h"
IDR_SKETCH_MENU MENU
BEGIN
POPUP "File"
BEGIN
MENUITEM "New", ID_FILE_NEW
POPUP "Open Recent"
BEGIN
MENUITEM SEPARATOR
MENUITEM "Clear Recent", ID_OPENRECENT_CLEARRECENT
END
END
POPUP "Edit"
BEGIN
MENUITEM "Undo", ID_EDIT_UNDO
MENUITEM "Redo", ID_EDIT_REDO
MENUITEM SEPARATOR
MENUITEM "Cut", ID_EDIT_CUT
END
END
STRINGTABLE
BEGIN
STR_ID1 "Source string"
STR_ID2 "Another source string"
END
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn MoreReleased on May 16, 2022
Updated on Feb 23, 2024
Published by Crowdin
Identifier:rc