libfilezilla
Namespaces | Macros | Functions
translate.hpp File Reference

Functions to translate strings. More...

#include "libfilezilla.hpp"
#include <string>
Include dependency graph for translate.hpp:

Go to the source code of this file.

Namespaces

 fz
 The namespace used by libfilezilla.
 

Macros

#define fztranslate   fz::translate
 
#define fztranslate   fz::translate
 
#define fztranslate_mark
 

Functions

void set_translators (std::wstring(*s)(char const *const t), std::wstring(*pf)(char const *const singular, char const *const plural, int64_t n))
 Sets translators for strings. More...
 
std::wstring translate (char const *const source)
 Translates the input string with the configured translator. More...
 
std::wstring translate (char const *const singular, char const *const plural, int64_t n)
 

Detailed Description

Functions to translate strings.