‘Localization’ Articles at myL10N.net

Pass Context information to translation

February 28, 2011
by olivier

Post to Twitter Post to Yahoo Buzz Post to Google Buzz Post to LinkedIn Post to MySpace Post to Technorati

When one application needs to go through the localization cycle, it is very often an important question that you will have  about the way to give the translators the context information in which the different strings appears.

Indeed, when the development is doing i18n the localizable resources are of course be separated from the codes in which they are called. Therefore, they are stored in different ways (po, xliff, database, resx …). Any localization tools will store them in a Database and display the strings  in grid.
So it is important to give a maximum of information about the context in order to evoid wrong translation.
This pays off when you increase the number of languages of course.

(more…)

Using iL10Nz Web Service

January 26, 2011
by olivier

Post to Twitter Post to Yahoo Buzz Post to Google Buzz Post to LinkedIn Post to MySpace Post to Technorati

Recently, I have added a WebService connected to iL10Nz. This web service is running the OKAPI framework in JAVA. This addition extends the possibility to create parsers and to manage the translation within iL10Nz.

Basically, using the iL10Nz WebService is the same as using  a PHP parser. The handling of one file types can be overriden by a customized parser in the project scope.

In order to know which file type will be taken by the Web Service, you need to check the file type description if it is supported by OKAPI.

So far I am using only this web service since the OKAPI framework is really flexible and can take almost any file types.

Binary reduction in localization engineering

January 24, 2011
by olivier

Post to Twitter Post to Yahoo Buzz Post to Google Buzz Post to LinkedIn Post to MySpace Post to Technorati

One of the common bugs found in the localization testing is the globalization bug.
In the process of internationalization of the application, the engineer need to extract all the strings that appears to the user to store in a separate file or a database.
But because it is all human, some strings are still used by the business code to do some check or according to its value.

Let me show you a simple example:

(more…)

myL10N.net | Terms and Conditions
© 2007-2011 - myL10N.net All rights reserved