AppLanguage
Represents a language option available in the application.
#include "Localization/Localization.h"
Public Attributes
Name | |
---|---|
std::string | filePath <br>File path to the language translation file. |
int | id <br>Unique identifier for the language. |
std::string | name <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