170 Public method to get a list of the supported language codes. |
170 Public method to get a list of the supported language codes. |
171 |
171 |
172 @return list of supported language codes |
172 @return list of supported language codes |
173 @rtype list of str |
173 @rtype list of str |
174 """ |
174 """ |
175 return list(self.__languages.keys()) |
175 return list(self.__languages) |
176 |
176 |
177 def convertTwoToThree(self, code): |
177 def convertTwoToThree(self, code): |
178 """ |
178 """ |
179 Public method to convert a two character language code to a |
179 Public method to convert a two character language code to a |
180 thre character code. |
180 thre character code. |