Skip to content
/ resxul Public

A tool to simplify compilation of .resx files into satellite assemblies.

License

Notifications You must be signed in to change notification settings

paulem/resxul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resxul

Platform: Windows GitHub release (latest by date) GitHub Releases

Overview

Resxul is a tool to simplify compilation of .resx files into satellite assemblies for further localization testing.

Compiling a .resx file into a .net satellite assembly requires the use of resgen.exe and al.exe utilities with several parameters passed to them. Resxul uses these two utilities under the hood and allows you to create a satellite assembly in a few clicks by introducing the concept of profiles.

Resxul screenshot

Requirements

Installation

Download the latest Resxul installer.
The installer supports both 32 and 64-bit operating systems.

Feedback