Release - RivalTran...
 
Notifications
Clear all

Release - RivalTranslator - DevOps

Page 1 / 2

DevOps
Posts: 73
Topic starter
(@DevOps)
Trusted RivalGamer
Joined: 5 years ago

Yo What's Up
I Was asked to start Posting / Being More Active and i have Decided to Release Something i had made to use for my Software that i will work on for RivalGamer In The Future, Which Would Provide The Best User Interface as Possible. I Have Much More That i Will do For This Great Site, Just i have Problems with Starting / Not Finishing Projects ( Illness / ect ). But Any
Ways Here is an Example Of How To Use The "RivalTranslator" ( Made it Pretty easy ).

	first add
	using RivalTranslator;
	
	Second Declare a new Instance of Translator
	Prime Key: trnsl.1.1.20160109T164947Z.ed6df72f0f6e3ca4.5269d82662a9dd4612c5bda84cba002847c77ab7 ( Prime Only )
	public static Translator translator = new Translator("Key Go's Here");
	
	If Using ComboBox's Add The Languages To The DataSource From Language Enum
	comboBox1.DataSource = Enum.GetValues(typeof(Translator.Language));
	comboBox2.DataSource = Enum.GetValues(typeof(Translator.Language));
	
	Now You Want to call the Function in the Translator class and Declare it as i have Below
	richTextBox2.Text = translator.Translate(richTextBox1.Text, (Translator.Language)Enum.Parse(typeof(Translator.Language), comboBox1.SelectedItem.ToString()), (Translator.Language)Enum.Parse(typeof(Translator.Language), comboBox2.SelectedItem.ToString());
	
	How To Use Auto Detect Input Language
	 textBox1.TExt = translator.TranslateAutoDetect(this.Text, (Translator.Language)comboBox2.SelectedIndex);
	
	Notice: Yeah I Know there is Other Way's of formatting it to be much smaller. i have not been to sleep yet due to being sick all Night so please don't Hate me :(
	

Here is an Example Project For Those Who Just Want to Mess With it
Screen shot

[hide]
Download: Translator Example
Virus Scan: N/A ( Open Source )
[/hide]
[hide]
Download: RivalTranslator.Dll
Virus Scan: Virus Total
[/hide]

P.S: Recommend Projects To Me I'm Up for Anything ( C# Only xD )

Updated: Added Auto Detect Input Language! ( Buggy, But Works! )

Reply
Name of the Video Game, and any other Tags
6 Replies
LEGACYY
Posts: 2350
(@legacyy)
Noble RivalGamer
Joined: 9 years ago

Yo What's Up
I Was asked to start Posting / Being More Active and i have Decided to Release Something i had made to use for my Software that i will work on for RivalGamer In The Future, Which Would Provide The Best User Interface as Possible. I Have Much More That i Will do For This Great Site, Just i have Problems with Starting / Not Finishing Projects ( Illness / ect ). But Any
Ways Here is an Example Of How To Use The "RivalTranslator" ( Made it Pretty easy ).

	first add
	using RivalTranslator;
	
	Second Declare a new Instance of Translator
	Prime Key: trnsl.1.1.20160109T164947Z.ed6df72f0f6e3ca4.5269d82662a9dd4612c5bda84cba002847c77ab7 ( Prime Only )
	public static Translator translator = new Translator("Key Go's Here");
	
	If Using ComboBox's Add The Languages To The DataSource From Language Enum
	comboBox1.DataSource = Enum.GetValues(typeof(Translator.Language));
	comboBox2.DataSource = Enum.GetValues(typeof(Translator.Language));
	
	Now You Want to call the Function in the Translator class and Declare it as i have Below
	richTextBox2.Text = translator.Translate(richTextBox1.Text, (Translator.Language)Enum.Parse(typeof(Translator.Language), comboBox1.SelectedItem.ToString()), (Translator.Language)Enum.Parse(typeof(Translator.Language), comboBox2.SelectedItem.ToString());
	
	Notice: Yeah I Know there is Other Way's of formatting it to be much smaller. i have not been to sleep yet due to being sick all Night so please don't Hate me :(
	

Here is an Example Project For Those Who Just Want to Mess With it
Screen shot

Hidden content cannot be quoted.
Hidden content cannot be quoted.

P.S: Recommend Projects To Me I'm Up for Anything ( C# Only xD )

NICE RELEASE DEV:D KEEP IT UP

Reply
KranK
Posts: 336
(@KranK)
Reputable RivalGamer
Joined: 9 years ago

Fantastic work keep it up 😛

Reply
DevOps
Posts: 73
Topic starter
(@DevOps)
Trusted RivalGamer
Joined: 5 years ago

NICE RELEASE DEV:D KEEP IT UP

Thank you so much <3

Reply
DevOps
Posts: 73
Topic starter
(@DevOps)
Trusted RivalGamer
Joined: 5 years ago

Fantastic work keep it up :p

Thanks <3 c:

Reply
Page 1 / 2