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.
In the example below CKFinder is started in Brazilian Portuguese.
CKFinder.widget( 'ckfinder-widget', {
language: 'pt-br',
width: '100%',
height: 500
} );