Results 1 to 13 of 13
  1. #1
    xBear Grylls's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Maryland
    Posts
    198
    Reputation
    14
    Thanks
    27
    My Mood
    Psychedelic

    Personal Translator

    I'm experienced from 2005-2008 but for the past few years I've been trying to learn/remember again. To the point...
    I want to make a personal translator, so for example I want to import my own characters into the program and then write out what I want to translate into a textbox and when I would translate it would show that word. So for example, if I put "Hello" it would translate to "Drem Yol Lok" I want to use this alphabet Loreragon Language - UESPWiki AND this https://www.uesp.net/wiki/Loreragon_Alphabet (optional)

  2. #2
    Honesty is an expensive gift do not expect it from cheap people!
    MPGH Member
    Matroix73's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    706
    Reputation
    42
    Thanks
    5,624
    My Mood
    Confused
    You will need database for this I created my own for year ago I think Its from Arabic to English and contrary

  3. #3
    Threadstarter
    Advanced Member
    xBear Grylls's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Maryland
    Posts
    198
    Reputation
    14
    Thanks
    27
    My Mood
    Psychedelic
    Quote Originally Posted by Matroix73 View Post
    You will need database for this I created my own for year ago I think Its from Arabic to English and contrary
    Sorry, but I'm not completely familiar with creating a database and implementing it into my program? On the other hand, couldn't I just put the words in the program and when the user would convert it, it would show up? If I need a database, please help? Thanks for your reply.

  4. #4
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Quote Originally Posted by xBear Grylls View Post
    On the other hand, couldn't I just put the words in the program and when the user would convert it, it would show up?
    you'd have to translate every single word then

  5. #5
    Threadstarter
    Advanced Member
    xBear Grylls's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Maryland
    Posts
    198
    Reputation
    14
    Thanks
    27
    My Mood
    Psychedelic
    Still looking to be helped

  6. #6
    Raow's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    47°37′39″N 122°14′32″W
    Posts
    2,720
    Reputation
    140
    Thanks
    594
    Quote Originally Posted by xBear Grylls View Post
    I'm experienced from 2005-2008 but for the past few years I've been trying to learn/remember again. To the point...
    I want to make a personal translator, so for example I want to import my own characters into the program and then write out what I want to translate into a textbox and when I would translate it would show that word. So for example, if I put "Hello" it would translate to "Drem Yol Lok" I want to use this alphabet Loreragon Language - UESPWiki AND this Loreragon Alphabet - UESPWiki (optional)
    The dragon alphabet, i'm not too sure.
    But the dragon language should be easy.

    ---------- Post added at 10:24 PM ---------- Previous post was at 10:05 PM ----------

    I'll make a sample project for you in the morning.
    I'll be really tired, and i have sport tomorrow, so it'll be quick.

  7. #7
    Threadstarter
    Advanced Member
    xBear Grylls's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Maryland
    Posts
    198
    Reputation
    14
    Thanks
    27
    My Mood
    Psychedelic
    Alright, but I could care less if it is the hardest thing or the easiest. How would I do this?
    You wouldn't believe what I'm trying
    ---------
    Important! - I have all the words in the program, now they're not sentences only singular words. How would I make it so if a user typed in "Are you Dragonborn" it would show up as "Kos hin Dovahkiin" and not blank. Like if the user typed in "Are" it would show up as "Kos". Here is one of my lines of code, If TextBox1.Text = "Valiant" Then TextBox2.Text = "Krilot"
    Last edited by xBear Grylls; 03-23-2013 at 09:49 AM.

  8. #8
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Code:
    Textbox2.Text = Textbox1.Text.Replace("Word1", "Word2")
    for every single word

  9. #9
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,670
    My Mood
    Breezy
    Quote Originally Posted by Biesi View Post
    Code:
    Textbox2.Text = Textbox1.Text.Replace("Word1", "Word2")
    for every single word
    That seems extremely impractical. I'd parse the words from the page and save it into an XML or text file and then read the words and replace programmatically.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  10. #10
    xBearGrylls's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by master131 View Post
    That seems extremely impractical. I'd parse the words from the page and save it into an XML or text file and then read the words and replace programmatically.
    On the L's
    -----
    Edit - wrong account sorry xD

  11. #11
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    /nothingisherepleaseignorethis

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

  12. #12
    Threadstarter
    Advanced Member
    xBear Grylls's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Maryland
    Posts
    198
    Reputation
    14
    Thanks
    27
    My Mood
    Psychedelic
    Quote Originally Posted by rileyjstrickland View Post
    /nothingisherepleaseignorethis
    Thanks for helping

  13. #13
    rileyjstrickland's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Florida
    Posts
    649
    Reputation
    90
    Thanks
    4,008
    My Mood
    Relaxed
    Quote Originally Posted by xBear Grylls View Post
    Thanks for helping
    I had offered a useful solution, until I saw it was for a fake language.

    If You Like My Releases, Hit The Thanks button!
    Follow the rules.

    Successful Purchases: 2
    @The403
    @sundy42
    Successful Sales: 1
    @wZ. Gali
    Scammed: 1

    Favorite Quotes:
    Quote Originally Posted by Doc View Post
    Who cares about simplified mandarin. The only problem here is that Cantonese (and Hokkien) is no longer being taught, but guess what, times change. There have been thousands of languages that have been lost to the ages, you'd be pissing in the wind to try and stop that.

Similar Threads

  1. iLterate noob language - English translations
    By RebornAce in forum General
    Replies: 4
    Last Post: 04-18-2011, 05:44 AM
  2. The Person Above you
    By mostwanted in forum General
    Replies: 68
    Last Post: 09-02-2007, 05:00 AM
  3. The person below you
    By Kyojiro in forum General
    Replies: 12
    Last Post: 04-27-2006, 08:28 PM
  4. 3rd Person view in warrock
    By Kyojiro in forum WarRock - International Hacks
    Replies: 14
    Last Post: 02-20-2006, 11:55 AM
  5. [WR] 3rd Person Textures?
    By p4r4n0!4 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 12-29-2005, 03:23 PM