CKFinder Logo

Localization

CKFinder interface is automatically displayed in the user's language (as set in the browser or operating system settings).

The language of the CKFinder UI can also be set manually by using the language configuration option.

Translations Needed!

At the moment many localizations are incomplete. Please feel free to provide translations for your native language. Your help will be much appreciated!

In the example below CKFinder is started in Brazilian Portuguese.

CKFinder.widget( 'ckfinder-widget', {
	language: 'pt-br',
	width: '100%',
	height: 500
} );