Skip to content

AppLanguage

Represents a language option available in the application.

#include "Localization/Localization.h"

Public Attributes

Name
std::stringfilePath <br>File path to the language translation file.
intid <br>Unique identifier for the language.
std::stringname <br>Display name of the language.

Public Attributes Documentation

variable filePath

cpp
std::string filePath;
std::string filePath;

File path to the language translation file.

variable id

cpp
int id;
int id;

Unique identifier for the language.

variable name

cpp
std::string name;
std::string name;

Display name of the language.


Updated on 2025-05-31 at 12:55:30 +0000