Skip to content

DDavid701/python_multilang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MultiLang (v1.1)

ML is a library for making multi language applications!

example script.py

import multilang

language = multilang.get_language()

multilang.set_folder('langs/')

multilang.set_fallback_language('en_EN')

message = multilang.text(language=language, id=1)
print(message)

example en_EN

1;Welcome!
2;How are you doing?
3;Where do you live?

<ID>;<MESSAGE>

About

ML is a Library for Multi Language support in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages