Skip to content

Instantly share code, notes, and snippets.

@yektasarioglu
Created January 4, 2021 19:42
Show Gist options
  • Save yektasarioglu/c4227b2f00798344e0b4c5daf5e841d7 to your computer and use it in GitHub Desktop.
Save yektasarioglu/c4227b2f00798344e0b4c5daf5e841d7 to your computer and use it in GitHub Desktop.
enum class TextLanguage(val languageCode: String) {
ENGLISH("en"),
CHINESE( "cn"),
TURKISH("tr")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment