Add a language
How to add a language

-- Thirdly you need to copy/past the entire english file into your language file
-- Next that you just have to translate all sentence.
AAS.Language["example"] = {
["cancel"] = "Cancel",
["save"] = "Save Item",
["name"] = "Name",
["model"] = "Model",
...
}
Last updated
Was this helpful?