You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to provide a way to use the API without having to use the Language Enum. Preferably, user should be able to pass in a String representing the Microsoft Translator Language code.
This would allow the Java API to support new languages as the Microsoft service adds support, without the need to release new code (i.e., a new instance of the Language Enum).
The text was updated successfully, but these errors were encountered:
Need to provide a way to use the API without having to use the Language Enum. Preferably, user should be able to pass in a String representing the Microsoft Translator Language code.
This would allow the Java API to support new languages as the Microsoft service adds support, without the need to release new code (i.e., a new instance of the Language Enum).
The text was updated successfully, but these errors were encountered: