Open Konard opened 5 years ago
Internationalization of
linksplatform
messages. It's a global problem
What do you mean by global problem?
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
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.
Internationalization of
linksplatform
messages. It's a global problem