mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
10 lines
226 B
Markdown
10 lines
226 B
Markdown
# Lang Text Quick API reference
|
|
|
|
```lua
|
|
lang_text:format(...)
|
|
lang_text:init(node, [locale_id], [adjust_type])
|
|
lang_text:on_language_change()
|
|
lang_text:set_text(text)
|
|
lang_text:set_to(text)
|
|
lang_text:translate(locale_id, ...)
|