Difference between revisions of "General LRM FAQ"

From Lingoport Wiki
Jump to: navigation, search
(What does the Lingoport Resource Manager do?)
(What resource file types are supported?)
Line 3: Line 3:
 
The Lingoport Resource Manager facilitates and helps automate the back and forth of resource files from the development environment to the translation vendor and back. It validates and packages the resources to be sent for translation in a kit. When the corresponding kit is received for a locale, it validates and helps put the translated files into the source code.
 
The Lingoport Resource Manager facilitates and helps automate the back and forth of resource files from the development environment to the translation vendor and back. It validates and packages the resources to be sent for translation in a kit. When the corresponding kit is received for a locale, it validates and helps put the translated files into the source code.
   
==What resource file types are supported?==
+
== What resource file types are supported? ==
   
 
Version 1.0 of the Resource Manager supports:
 
Version 1.0 of the Resource Manager supports:

Revision as of 17:36, 13 September 2012

What does the Lingoport Resource Manager do?

The Lingoport Resource Manager facilitates and helps automate the back and forth of resource files from the development environment to the translation vendor and back. It validates and packages the resources to be sent for translation in a kit. When the corresponding kit is received for a locale, it validates and helps put the translated files into the source code.

What resource file types are supported?

Version 1.0 of the Resource Manager supports:

  • .properties files (for instance for Java type resources)
  • .resx files (used in the .Net world)
  • .po files
  • .rjs (for JavaScript)
  • .rxml (for xml
  • .rc (Delphi, ...)