Package net.sf.okapi.common

Examples of net.sf.okapi.common.LocaleId


        if (s == null) {
            log.debug("null string");
            return 0;
        }
        try {
            LocaleId locale;
            try {
                locale = LocaleId.fromBCP47(bcp47Locale);
            } catch (Exception e) {
                log.error(
                        "can't understand '{}' as a BCP-47 locale; defaulting to English",
View Full Code Here

TOP

Related Classes of net.sf.okapi.common.LocaleId

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.