Does anyone know if its possible to do NLS to some SWT Widgets in SWT\RCP application?
remark:
With JFace components its possible if you create own equinox fragment to plugin org.eclipse.jface, (contains messages.properties), so let me say if I want to make Slovak NLS to JFace components I create messages_sk.properties in my fragment.
Does anyone knows if this could be done also to SWT which is part of plugin org.eclipse.ui ?
I am developing application which uses SWT FileDialog, which has default english buttons etc.
I want to make them other language without making my own dialog, but changing NLS..

FileDialogwill raise your system's file picker dialog and thus would be localized based on your operating system's language? - Edward Thomson