API reference
API reference
Select your platform
No SDKs available
No versions available

LanguagePackInfo

Updated: Oct 30, 2025

LanguagePackInfo

interface LanguagePackInfo
It contains information about a specific language, including its identification tag, and names in both English and the native language. It is useful for applications supporting multiple languages. It can be retrieved using horizon.platform.assetfile.models.AssetDetails.language. Learn more about language pack in our website

Properties

NameSummary
englishName
abstract val englishName: String
Language name in English language. For example, the English name for "de.lang" will be "German".
json
open val json: String
nativeName
abstract val nativeName: String
Language name in its native language. For example, the native name for "de.lang" will be "Deutsch".
tag
abstract val tag: String
Language tag in BCP47 format with a suffix of "lang". For example, "de.lang" is a valid language pack name and its tag will be "de".