summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/windres/lang.rc
blob: d894315568e471d6dd4d34418e8bed126ef503d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "windows.h"

LANGUAGE 0, 0

1 MENU MOVEABLE PURE DISCARDABLE
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
BEGIN
	POPUP "&Datei" { MENUITEM "foo", 1 }
END

1 MENU MOVEABLE PURE DISCARDABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
BEGIN
	POPUP "&File" { MENUITEM "foo", 1 }
END