Qualitative analysis software for video and audio data  
Developed at the University of Wisconsin-Madison Center for Education Research  

Development ::
  Overview
  Development Log
  Release Schedule  
  Open Source Info
  Internationalization
  Source Code

To move around within this setup procedure, use these links:

  Python
  wxPython
  MySQL for Python
  Internationalization

 

Setting up your Computer - Windows

Internationalization

Transana's prompts are written in English, but they have been translated into a number of other languages. Transana will not run from source code unless the source code folder is prepared for internationalization.

The easiest way to accomplish this is to download and install the latest version of Transana on your system, then copy Transana's "locale" folder to your Transana source code folder.

The bare minimum, I think, is to create "locale\en\LC_MESSAGES", then copy the corresponding Transana.mo file from a Transana installation to that location. That is, English is required. All other languages are optional.

For more information about the way Transana handles Internationalization, see http://wiki.wxpython.org/index.cgi/Internationalization and http://wiki.wxpython.org/index.cgi/RecipesI18n.