Hello Guys,
	when i create a custom field plugin, i usually use label override, the problem in the language because it refers to COM_CCK_<label_name> instead of  PLG_CCK_<label_name>
	my code usually something like this: 
	echo JCckDev::renderForm( 'core_defaultvalue', @$options2['iconText'], $config, array( 'label'=>'Default Text', 'storage_field'=>'json[options2][iconText]'  ) );
Any idea to make it works with PLG_CCK_<label_name> so i don't need to "force" reload the language file ?
Thanks