ton-connect/sdk

[<SDK or UI or UI-REACT or PROTOCOL>]: <brief description>

Opened this issue · 0 comments

Is your feature request related to a problem?

Is it possible to add a multilingual interface?

Describe the solution you'd like

Add an interface:
/**languageName: es|ja.....

  • languageJson: language json:{
    "common": {
    "close": "Close",......
    */
    export function AddLanguage(languageName:string, languageJson:string){

}

Describe alternatives you've considered

No response

Additional context

No response