Handles translated data from a CSV file
Taken from Zend Framework, Zend_Translate package with only minor changes.
public __construct($inData, [$inLocale = null], [$inOptions = array()], [$inCache = null])
Generates the adapter
protected _loadTranslationData($filename, $locale, [$options = array()])
Load translation data
public getAdaptorName()
returns the adaptor name
Tags: translate, translateadaptor, translateadaptorcsv,
translate Articles