Internationalization and localization tools


Locale-Sensitive Python Method

str.join(iterable)

Internationalization (I18n) Method Overview

The join function takes all items in an iterable and joins them into a string.

Click here for more information.

I18n Issues

If this is joining words to be displayed to a user there could be ordering issues in other locales.

Globalyzer will detect this method and report it as an I18n issue. If you have determined that the call is being handled correctly, you can use Globalyzer's Ignore Comment functionality to ensure that it isn't picked up in a subsequent scan.

Locale-Sensitive Python Methods

Lingoport internationalization and localization services and software