openshot-audio  0.1.7
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

JUCE_API String translate ( const String stringLiteral)

Uses the LocalisedStrings class to translate the given string literal.

See Also
LocalisedStrings
JUCE_API String translate ( const char *  stringLiteral)

Uses the LocalisedStrings class to translate the given string literal.

See Also
LocalisedStrings
JUCE_API String translate ( CharPointer_UTF8  stringLiteral)

Uses the LocalisedStrings class to translate the given string literal.

See Also
LocalisedStrings
JUCE_API String translate ( const String stringLiteral,
const String resultIfNotFound 
)

Uses the LocalisedStrings class to translate the given string literal.

See Also
LocalisedStrings