12345678910111213141516171819202122232425 |
- package main
- import (
- )
- func system_lang_getSystemLanuage(){
- }
- func system_lang_setSystemLanuage(){
- }
- func system_lang_getLocalization(tranfile string, key string){
-
- }
- /*
- Translation Indexing functions
- The following functions will do the template and indexing for lanuage translation from config files.
- */
|