
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Introducing the Language Symbol Mapper package, the ultimate tool for working with language symbols and names based on ISO 639-1 codes. With this package, you can easily map between symbol codes and language names in both English and the native language.
Introducing the Language Symbol Mapper package, the ultimate tool for working with language symbols and names based on ISO 639-1 codes. With this package, you can easily map between symbol codes and language names in both English and the native language. You can also map between symbol codes and the direction of writing in a specific language. Whether you need to display language names in your application, or you want to programmatically work with language symbols, this package has you covered.
The Language Symbol Mapper package is easy to use and lightweight, making it a perfect fit for any project. Simply install the package and you'll have access to a range of functions that allow you to quickly and easily map between symbol codes and language names. Whether you're building a multilingual website, a translation tool, or any other application that needs to work with language symbols and names, this package is the perfect choice.
npm i languagejs
import {getSymbol} from languagejs
const symbol = getSymbol('English')
How to get a symbol out of English or Native name?
import {getSymbol} from languagejs
const symbol = getSymbol('Hebrew')
import {getSymbol} from languagejs
const symbol = getSymbol('العربية')
How to get an English language name out of symbol or native name?
import {getEnglishName} from languagejs
const englishName = getEnglishName('pt')
import {getEnglishName} from languagejs
const englishName = getEnglishName('Русский')
How to get a native language name out of a symbol or english name?
import {getNativeName} from languagejs
const nativeName = getNativeName('zh')
import {getNativeName} from languagejs
const nativeName = getNativeName('Zulu')
How to check writing direction based on symbol code?
import {isRTL} from languagejs
const isRTL = isRTL('es')
I uploaded this package because I needed it while working on my own projects. Feel free to provide feedback, suggest new features, or contribute to the project. I hope you find it helpful.
FAQs
Introducing the Language Symbol Mapper package, the ultimate tool for working with language symbols and names based on ISO 639-1 codes. With this package, you can easily map between symbol codes and language names in both English and the native language.
We found that languagejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.