dynamically added multiple location base strings

Posted by jlvet on
URL: http://owlready.306.s1.nabble.com/dynamically-added-multiple-location-base-strings-tp1933.html

Hello!

Thank you so much for providing such a great library.  I was wondering if you could help me figure out how to dynamically append language strings to a comment.  I understand that I can create individual locstr, but looking at the library details, apparently adding multiple locstr(en, etc) won't put them all under the single language.  I have a list and in it are tuples with the first being the language and then the second being a list of strings.  How would I add this using your library?

Thanks so much!