Translation

Resources
Xml resource files are located in romcenter\resx folder. You can edit existing files or create a new one by copying an existing one (preferably romcenter.resx) and adding your language code.

Satellite assemblies
.resx -> .resources -> .dll
Command lines to generate a satellite assembly from string resource file. Replace the XX by your language code (see here:)

resgen.exe /useSourcePath /compile romcenter.XX.resx,RomCenter.Localization.Resx.romcenter.XX.resources

al.exe /culture:XX /out:RomCenter.Localization.resources.dll /platform:AnyCPU /template:..\RomCenter.Localization.dll /embed:RomCenter.Localization.Resx.romcenter.XX.resources

Copy the produced library RomCenter.Localization.dll into romcenter\XX\
