2090s Language System

An asset by NeroNekro
The page banner background of a mountain and forest
2090s Language System hero image

Quick Information

0 ratings
2090s Language System icon image
NeroNekro
2090s Language System

The LanguageProcessor class is a comprehensive solution for handling language-specific settings in the Godot Engine. It manages language selection and font variations for UI elements based on the current language setting. This class is especially useful for multilingual applications and games, providing easy integration and dynamic language switching capabilities.If you want to translate the whole Scene. Your nodes have to get the name like the key in the csv file.Label or Richtext Node:menu_startThe script search for a key like the node name and translate it.## Features- **Language Support**: Supports a variety of languages, including those with Latin, Greek, Cyrillic, East Asian (Chinese, Korean, Japanese), and other.- **Font Management**: Handles different font styles (regular, bold, italic/light) for each supported language.- **Automatic Language Detection**: Defaults to the system language or falls back to English if the system language is not supported.Version: 4.XTested: 4.2

Supported Engine Version
4.0
Version String
1.1
License Version
Apache-2.0
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL

The LanguageProcessor class is a comprehensive solution for handling language-specific settings in the Godot Engine.
It manages language selection and font variations for UI elements based on the current language setting.
This class is especially useful for multilingual applications and games, providing easy integration and dynamic
language switching capabilities.

If you want to translate the whole Scene. Your nodes have to get the name like the key in the csv file.
Label or Richtext Node:
menu_start

The script search for a key like the node name and translate it.

## Features
- **Language Support**: Supports a variety of languages, including those with Latin, Greek, Cyrillic, East Asian (Chinese, Korean, Japanese), and other.
- **Font Management**: Handles different font styles (regular, bold, italic/light) for each supported language.
- **Automatic Language Detection**: Defaults to the system language or falls back to English if the system language is not supported.

Version: 4.X
Tested: 4.2

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
2090s Language System icon image
NeroNekro
2090s Language System

The LanguageProcessor class is a comprehensive solution for handling language-specific settings in the Godot Engine. It manages language selection and font variations for UI elements based on the current language setting. This class is especially useful for multilingual applications and games, providing easy integration and dynamic language switching capabilities.If you want to translate the whole Scene. Your nodes have to get the name like the key in the csv file.Label or Richtext Node:menu_startThe script search for a key like the node name and translate it.## Features- **Language Support**: Supports a variety of languages, including those with Latin, Greek, Cyrillic, East Asian (Chinese, Korean, Japanese), and other.- **Font Management**: Handles different font styles (regular, bold, italic/light) for each supported language.- **Automatic Language Detection**: Defaults to the system language or falls back to English if the system language is not supported.Version: 4.XTested: 4.2

Supported Engine Version
4.0
Version String
1.1
License Version
Apache-2.0
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers