RemoteLanguage

data class RemoteLanguage

Contains the data of a remote language file.

Summary

Constructors
RemoteLanguage(locale: String, version: String, size: Long)
Properties
String locale
The locale of the language file. E.g. “en-US”.
String version
The version of the language.
Long size
The size of the language in bytes.

Constructors

RemoteLanguage

RemoteLanguage(locale: String, version: String, size: Long)
Parameters
locale: String The locale of the language file. E.g. “en-US”.
version: String The version of the language.
size: Long The size of the language in bytes.

Properties

locale

val locale: String

The locale of the language file. E.g. “en-US”.

version

val version: String

The version of the language.

size

val size: Long

The size of the language in bytes.


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on July 29, 2022