|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
Functions | |
| JUCE_API String | juce::translate (const String &stringLiteral) |
| Uses the LocalisedStrings class to translate the given string literal. | |
| JUCE_API String | juce::translate (const char *stringLiteral) |
| Uses the LocalisedStrings class to translate the given string literal. | |
| JUCE_API String | juce::translate (CharPointer_UTF8 stringLiteral) |
| Uses the LocalisedStrings class to translate the given string literal. | |
| JUCE_API String | juce::translate (const String &stringLiteral, const String &resultIfNotFound) |
| Uses the LocalisedStrings class to translate the given string literal. | |