MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / getTranslationClass

Method getTranslationClass

astyle/src/ASLocalizer.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194const Translation* ASLocalizer::getTranslationClass() const
195// Returns the name of the translation class in m_translation. Used for testing.
196{
197 assert(m_translation);
198 return m_translation;
199}
200
201void ASLocalizer::setLanguageFromName(const char* langID)
202// Linux set the language to use from the langID.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected