﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5013	Need a way for CKEditor to configure name format of language files	Damian		"Could we provide a configuration parameter for language files so that we can add a prefix to the file when searching for a language file.

So instead of loading: '''<locale>.js''' we would load '''a/b/myfile_<locale>.js'''

Perhaps the language loader could have a config option to use a prefix for finding files.

E.g.
{{{
config.langFilePrefix=""myfile_"";
}}}
Then the editor would look for each language file with the prefix in the language folder e.g. '''ckeditor/lang/myfile_en.js''' 
"	New Feature	closed	Normal		General		wontfix	IBM	
