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

Method getLanguageID

astyle/src/ASLocalizer.cpp:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186#endif // _win32
187
188string ASLocalizer::getLanguageID() const
189// Returns the language ID in m_langID.
190{
191 return m_langID;
192}
193
194const Translation* ASLocalizer::getTranslationClass() const
195// Returns the name of the translation class in m_translation. Used for testing.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected