java - How to force elements in SWT to display in English? -
i brazilian , developing application uses swt. need elements in swt appear user in english. @ moment appearing in portuguese me because os in portuguese. possible force elements remain in english regardless of os?
most swt widgets os dependent, meaning use native os elements. case non-emulated widgets. won't able change language on these (i.e. choose different 1 selected os language).
for emulated widgets, this link explains how force language.
Comments
Post a Comment