I have a school project idea and would like to ask for your advice on how to implement it.
I would like to create an application which will enable users to upload a data file. The application should be able to detect the language (french, english, etc) of a text field and populate the language column with the value. I can initially only implement a few languages, and the application should maybe give the probability of the language in the language column. E.g. 70% french 30% latin.
The questions in my mind area: Can I implement those language rules myself into my application? What is the ideal programming language the application should be written in? Java or C++? I would appreciate any suggestions you might have. Thanks a lot!