This is a mirror of official site: http://jasper-net.blogspot.com/

Hexa.xText

| Wednesday, November 24, 2010
Project Description
Hexa.xText is a .Net command line tool to extract text from source files for later translation, just like the GNU xgettext does.

Extracted text are placed inside po files that must be compiled into satellite assemblies through the included PO2Assembly MSBuild task.

Hexa.xText will extract any string contained in a method call like the following:

t("String to extract");

where t is the method that calls gettext to translate the string.

Read more: Codeplex

Posted via email from .NET Info

0 comments: