java - Swing application framework for multilanguage application -


Can the swing application framework be used to implement multilingual swing applications? If so, how should it be done? Should I use multiple .properties files, one for each language? How can I know the system to which file to use the property? Does anyone know a good tutorial for this?

You plug in your base panel square (or elsewhere, plug it in):

< Pre> public resources map getResourceMap () {if (resourceMap == faucet) {ApplicationContext reference = getContext (); If (context! = Null) {resourceMap = context.getResourceMap (getResourceStartClass (), getResourceStopClass ()); }} Return resourceMap; } Public ApplicationContext getContext () {if (applicationContext == faucet) {application app = getApplication (); If (app! = Null) {applicationContext = app.getContext (); }} Returns app contact; } Public application getApplication () {if (application == faucet) {application = Application.getInstance (); } Return application; }

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -