2fd0d0034e54b2ec974d3e7d8e4a536cfcb70555
Nazara Localization
Nazara Localization is a Nazara Engine module that allows you to add localized text to your project.
You can use it in any kind of commercial and non-commercial applications without any restriction (MIT license).
Authors
Sid - main developper
How to Use
// Add NazaraImgui.hpp to your includes
#include <NazaraLocalization/NazaraLocalization.hpp>
// main.cpp
{
// Add Nz::Localization to the modules list
Nz::Modules<Nz::Graphics, Nz::Localization,...> nazara;
Nz::LocalizedText hello = "LOC_HELLO_WORLD";
printf("text: %s\n", hello.c_str());
}
Contribute
Don't hesitate to contribute to Nazara Engine by:
- Extending the wiki
- Submitting a patch to GitHub
- Post suggestions/bugs on the forum or the GitHub tracker
- Fork the project on GitHub and push your changes
- Talking about Nazara Engine to other people, spread the word!
- Doing anything else that might help us
Links
Description
Languages
C++
79%
Lua
21%