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