language.go 320 B

12345678910111213141516171819202122232425
  1. package main
  2. import (
  3. )
  4. func system_lang_getSystemLanuage(){
  5. }
  6. func system_lang_setSystemLanuage(){
  7. }
  8. func system_lang_getLocalization(tranfile string, key string){
  9. }
  10. /*
  11. Translation Indexing functions
  12. The following functions will do the template and indexing for lanuage translation from config files.
  13. */