How to embed multilanguage *.resx (or *.resources) files in single EXE?

前端 未结 4 1929
无人及你
无人及你 2020-12-14 02:32

There are plenty of tutorials how to create multilanguage RESX files and how to create satellite assemblies with AL.exe, but I haven\'t found working example how to embed RE

4条回答
  •  失恋的感觉
    2020-12-14 03:01

    I used the GetString approach above. The article Can't load a manifest resource with GetManifestResourceStream() describes how to correctly retrieve your resource as a stream object. After that, everything worked.

提交回复
热议问题