Package org.criticalfailure.torchlight.core.application.locale

Examples of org.criticalfailure.torchlight.core.application.locale.LocaleString


                   
                    String value = props.getProperty((String)key);
                    logger.trace("value: " + value);
                   
                    logger.debug("creating new locale string object");
                    LocaleString ls = new LocaleString((String)key, locale, value);
                    logger.debug("adding locale string to vector");
                    strings.add(ls);
                }               
            }
        }
View Full Code Here

TOP

Related Classes of org.criticalfailure.torchlight.core.application.locale.LocaleString

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.