Jump to content

Translate script


darhal

Recommended Posts

Can anyone help me how to script translate script steps or smth like that

Here we help you fix problems with your script and not giving ready scripts

Please, try to make the script if you can't do thing hard just Post a Topic

and Thanks

Ah please , he asked for help to create the script where you seen he asked us to create the script for him? i would help him but i don't know to create this..

Link to comment

What you mean by translate script ?

If you mean making a help page for different languages then

You can simply use a table.

Example:-

  
Languages = { 
         English = "Hello, this is an english language tab/n have fun!!" , -- if you need it for gui 
         German =  "Some german :~", 
         AnyOtherLanguage =  " Any Other Language :~"  
                   } 
Languages.English -- English message 
Languages.German -- German message 
Languages.AnyOtherLanguage -- AnyOtherLanguage message 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...