Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SkJonko/LanguageTransform

Repository files navigation

Language Transformation

Version

[1.0.1] - 20/03/2024

Features

  • Change name of functions.

[1.0.0] - 13/03/2024

Features

  • Add functionality to Transform Greeklish to Greek.

LanguageTransform

This static service is used to implement the functionality of transformation from each language.

GreekToGreeklish

This function Returns you the Greek string of Greeklish value.

GreekToGreeklish(string source, bool firstLetterUpper)

Explanation of Parameters

  • source = The source string that you want to convert.
  • firstLetterUpper = [NULL] The boolean that indicates if you want the first letter in Upper Case.

Example

var expected = LanguageTransform.LanguageTransform.GreekToGreeklish("Αντώνης", true);

//Assert
Assert.AreEqual(expected, "Antonis");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages