FlightGear next
locale.hxx File Reference

FlightGear Localization Support. More...

#include <cstdarg>
#include <memory>
#include <string>
#include <vector>
#include <simgear/props/propsfwd.hxx>
#include <simgear/misc/strutils.hxx>
#include <Translations/TranslationDomain.hxx>

Go to the source code of this file.

Classes

class  FGLocale
 

Namespaces

namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 
namespace  simgear
 

Functions

std::string fgTrMsg (const char *key)
 
std::string fgTrPrintfMsg (const char *key,...)
 

Detailed Description

FlightGear Localization Support.

Definition in file locale.hxx.

Function Documentation

◆ fgTrMsg()

std::string fgTrMsg ( const char * key)

Definition at line 646 of file locale.cxx.

◆ fgTrPrintfMsg()

std::string fgTrPrintfMsg ( const char * key,
... )

Definition at line 651 of file locale.cxx.