| 770 | } |
| 771 | |
| 772 | bool Translator::GetLanguageByCode(const char *code, unsigned int *index) |
| 773 | { |
| 774 | return m_LCodeLookup.retrieve(code, index); |
| 775 | } |
| 776 | |
| 777 | bool Translator::GetLanguageByName(const char *name, unsigned int *index) |
| 778 | { |
no test coverage detected