Hacker News new | ask | show | jobs
by polskibus 2513 days ago
I'd love to see support for other server-side languages, like C# (preferably something that can blend in with existing resource files) and Java.
1 comments

We're actually building out support for Java right now and would be more than happy to explore other server-side languages you're interested in. If you have more specific requests ping me at abhi@langapi.co and I'd love to talk!
As I mentioned - C#. Translation mechanism uses so called "resource" files with a master file (english), and secondary files with other languages.

see

https://docs.microsoft.com/en-us/windows/win32/intl/preparin...

for more information.