Alexandre Julliard (@julliard) commented about dlls/bluetoothapis/bluetoothapis.rc:
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#include "resource.h"
+#pragma makedep po
+LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+STRINGTABLE +{
- IDS_AUTH_WIZARD_PAIR_REQUEST_TITLE, "Confirm pairing"
- IDS_AUTH_WIZARD_NAMED_PAIR_REQUEST, "Pair with '%s' using the following PIN/passkey value: %lu?"
- IDS_AUTH_WIZARD_UNNAMED_PAIR_REQUEST, "Pair with unnamed device %02X:%02X:%02X:%02X:%02X:%02X using the following PIN/passkey value: %lu?"
+}
You should use FormatMessage and positional arguments.