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 2026-05-21 at 15:39:35 +0000