Function print_language_string_list
Generates an editable list of language strings
string |
$dbstring |
either a serialized languag string array or a single string |
string |
$name |
the prefix for the label, id, and name tags |
boolean |
$textbox = false |
set to true for a textbox rather than a text field |
string |
$locale = NULL |
optional locale of the translation desired |
string |
$edit = '' |
optional class |
integer |
$wide = TEXT_INPUT_SIZE |
column size. true or false for the standard or short sizes. Or pass a column size |
string |
$ulclass = 'language_string_list' |
set to the class for the UL element |
integer |
$rows = 6 |
set to the number of rows to show. |