There is no such class available in the .NET Framework. Note that
translation between languges is not an easy task. Maybe 3rd-party libraries
exist for this purpose, but I do not know such libraries.
Sorry, I couldn't resist. Unfortunately, the closet thing that .NET
has is globalization settings, but even then they are a pain to set up
and you still have to supply the translations.
The globalization settings have nothing to do with translations it only
tells which characters and calendars are used and how date and times are
represented in a string.
Sorry, I couldn't resist. Unfortunately, the closet thing that .NET
has is globalization settings, but even then they are a pain to set up
and you still have to supply the translations.
The globalization settings have nothing to do with translations it only
tells which characters and calendars are used and how date and times are
represented in a string.
The "globalization settings" are used to determine which resources should be
loaded (based on the culture).
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.