#include "config.h"
#include "exports.h"
#include <MRMesh/MRMeshFwd.h>
#include <string>
Go to the source code of this file.
|
| namespace | MR |
| | only for bindings generation
|
| namespace | MR::Locale |
|
| std::string | MR::Locale::translate (const char *msg, int domainId=0) |
| | Translates a message using the active locale.
|
| std::string | MR::Locale::translate (const char *context, const char *msg, int domainId=0) |
| | Translates a message in context using the active locale.
|
| std::string | MR::Locale::translate (const char *single, const char *plural, Int64 n, int domainId=0) |
| | Translates a plural message form using the active locale.
|
| std::string | MR::Locale::translate (const char *context, const char *single, const char *plural, Int64 n, int domainId=0) |
| | Translates a plural message form in context using the active locale.
|
◆ _tr
Value:
std::string translate(const char *msg, int domainId=0)
Translates a message using the active locale.
◆ f_tr