| 192 | } |
| 193 | |
| 194 | const 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 | |
| 201 | void ASLocalizer::setLanguageFromName(const char* langID) |
| 202 | // Linux set the language to use from the langID. |
nothing calls this directly
no outgoing calls
no test coverage detected