Search results for query: *

  • Users: sn_race
  • Content: Threads
  • Order by date
  1. sn_race

    Question Convert a curl call from JavaScript to C #

    Hello, could you help me convert the JavaScript code of the POST call found in the function: async function ryte ({useCaseId, inputContexts}) https://github.com/rytr-me/documentation/blob/main/samples/node/index.js In a C # code, I can't find the right way, I don't know much JavaScript, I...
  2. sn_race

    Multilingual project, does not work after installation

    Hello, I developed this sample test to create a Setup project for a Multilingual WinForm application. I used Visual Studio 2022 and .resx files to translate into three languages. The test project has only Form1 as a user interface, so the .resx files are: Form1.resx = Italian (default)...
  3. sn_race

    Question Translate a WinForm type application into multilingual

    Hello, I have developed a project in WinForm and I would like to implement multilingual translation as in commercial software. I tried using the resource file (.resx). Is it really the best approach to translate all user interfaces and messages? Wouldn't it be better something like using the...
Back
Top Bottom