Created
January 4, 2021 19:42
-
-
Save yektasarioglu/c4227b2f00798344e0b4c5daf5e841d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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