linksplatform / Ranges

LinksPlatform's Platform.Ranges Class Library
https://linksplatform.github.io/Ranges
The Unlicense
4 stars 1 forks source link

Internationalization of exception messages #12

Open Konard opened 5 years ago

uselessgoddess commented 3 years ago

Internationalization of linksplatform messages. It's a global problem

Konard commented 3 years ago

Internationalization of linksplatform messages. It's a global problem

What do you mean by global problem?

uselessgoddess commented 3 years ago

For example: how to localize this messages https://github.com/linksplatform/Data/blob/master/cpp/Platform.Data/Exceptions/ArgumentLinkDoesNotExistsException.h#L16-L18 Or use only english language

Konard commented 3 years ago

For example: how to localize this messages https://github.com/linksplatform/Data/blob/master/cpp/Platform.Data/Exceptions/ArgumentLinkDoesNotExistsException.h#L16-L18 Or use only english language

We should start by using only English language first, and think about a way to solve internationalization for all formatted strings in the code. All such strings should be in Unicode, so there will be fewer problems with encoding.