# nimbus-language-tags **Repository Path**: mirrors_community_bitbucket/nimbus-language-tags ## Basic Information - **Project Name**: nimbus-language-tags - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Nimbus-LangTag README Java implementation of "Tags for Identifying Languages", RFC-5646. Supports normal language tags. Special private language tags beginning with "x" and grandfathered tags beginning with "i" are not supported. See com.nimbusds.langtag.LangTag class for details. This package has no dependencies. Change log: version 1.0 (2012-05-26) * First official release. version 1.1 (2013-01-31) * Adds ReadOnlyLangTag interface. * Fixes LangTag.equals(Object) handling of null arguments. * Adds LangTagUtil class. version 1.1.1 (2013-04-05) * Switches Ant build script to Maven. * Publishes library to Maven Central. version 1.2 (2013-09-11) * Renames LangTagUtil class to LangTagUtils. * Adds strip method to LangTagUtils class. * Adds extract method to LangTagUtils class. version 1.3 (2013-10-23) * Adds LangTagUtils.strip(Set) and LangTagUtils.strip(List) methods. version 1.4 (2014-01-14) * Adds LangTagUtils.toStringList(Collection) and LangTagUtils.toStringArray(LangTag[]) methods. * Adds LangTagUtils.parseLangTagList(Collection), LangTagUtils.parseLangTagList(String...) and LangTagUtils.parseLangTagArray(String...) methods. version 1.4.1 (2016-08-26) * Upgrades to JSON Smart 1.3.1. version 1.4.2 (2016-09-11) * Adds copyright notice. version 1.4.3 (2016-09-11) * Adds OSGi support. version 1.4.4 (2018-10-08) * Updates test deps. version 1.5 (2020-05-12) * Adds new static LangTagUtils.split method. version 1.6 (2022-03-16) * Adds new static LangTagUtils.concat method. version 1.7 (2022-07-06) * Adds new static LangTagUtils.parseLangTagList(String) method for parsing strings of zero or more space delimited language tags.