openshot-audio  0.1.6
Functions
juce_LocalisedStrings.cpp File Reference

Functions

JUCE_API String translate (const String &text)
 
JUCE_API String translate (const char *text)
 
JUCE_API String translate (CharPointer_UTF8 text)
 
JUCE_API String translate (const String &text, const String &resultIfNotFound)
 

Function Documentation

◆ translate() [1/4]

JUCE_API String translate ( const String stringLiteral)

Uses the LocalisedStrings class to translate the given string literal.

See also
LocalisedStrings

◆ translate() [2/4]

JUCE_API String translate ( const char *  stringLiteral)

Uses the LocalisedStrings class to translate the given string literal.

See also
LocalisedStrings

◆ translate() [3/4]

JUCE_API String translate ( CharPointer_UTF8  stringLiteral)

Uses the LocalisedStrings class to translate the given string literal.

See also
LocalisedStrings

◆ translate() [4/4]

JUCE_API String translate ( const String stringLiteral,
const String resultIfNotFound 
)

Uses the LocalisedStrings class to translate the given string literal.

See also
LocalisedStrings