net.sf.jmp3renamer
Interface Translatable

All Known Implementing Classes:
AbstractTranslatablePlugin

public interface Translatable


Method Summary
 Properties getLanguageTable(String locale)
          Loads the translations for the given locale and returns them as a Properties object
 

Method Detail

getLanguageTable

Properties getLanguageTable(String locale)
                            throws IOException
Loads the translations for the given locale and returns them as a Properties object

Parameters:
locale -
Throws:
IOException