ATTENTION: Do not edit or modify the files in this directory, as they might be changed in future plugin versions. This would lead to a loss of your changes! * If you want to make changes to your language's file, please copy the file to another location on your server, for example the "languages" folder in the directory "wp-content". The URL of that file will then be something like http://[SITEURL]/wp-content/languages/lang-XX_XX.txt. You can then use the plugin filter 'wp_table_reloaded_datatables_language_file_url' to overwrite the passed URL with the new one from above. * If you just want to change to a different language file, you can override the locale with the plugin filter 'wp_table_reloaded_datatables_locale'. * If you want to translate the language file into your own language, copy the file "lang-default.txt", rename the copy to "lang-XX_XX.txt", where XX_XX is the ISO code for your language. That is the same one as in your WordPress language files (*.po, *.mo). Then you can translate that file. If you email the file to me, I'll gladly include it to the next release of the plugin. Most languages in the folder are from http://datatables.net/plug-ins/i18n. You can also check that page, if your language has been added and tell me about it. You can find example code for this in the FAQ or the documentation at http://tobias.baethge.com/redirect/wp-table-reloaded/faq/ or http://tobias.baethge.com/redirect/wp-table-reloaded/documentation/ Thank you!