解决方法
您可以为它设置默认消息 –
// jQuery version: https://github.com/harvesthq/chosen/blob/master/example.jquery.html $(".chzn-select").chosen({no_results_text: "Translated No results matched"}); // Prototype version: https://github.com/harvesthq/chosen/blob/master/example.proto.html new Chosen($$(".chzn-select")[element_index],{no_results_text: "Translated No results matched"});
除此之外,似乎没有任何i18n支持.