Language Extension #2648
Denneisk
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Lightweight extension that allows getting a player's language and other language-related features. For places where developers might want to localize.
Sample functions:
getLanguage()
returns the owner's languagee:getLanguage()
returns the player's languageRelevant userinfo convars to get this data include
gmod_language
andlocalify_language
.Ideally this would pair well if we had a neat editor that could do Unicode but... we can still use
toUnicodeChar
, right?Beta Was this translation helpful? Give feedback.
All reactions