#1
Posted
:
Sunday, September 23, 2018 9:45:52 PM(UTC)
Groups: Registered
Posts: 1
Hello everyone,
I'm new to leadtools and i'm using C# programming.
How can I set the localization of object properties, for example when I right click the Stamp and I go to to stamp properties.
I want to set that to japanese language.
I read this one Localization of LEADTOOLS for .NET Annotations Automation but there is no stamp object written.
Also in properties I want to remove or disable the Reviews Tab. How can I do that? I really appreciate your help.
Thanks in advance.
Edited by moderator Monday, September 24, 2018 7:08:38 AM(UTC)
| Reason: Not specified
#2
Posted
:
Monday, September 24, 2018 5:06:32 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 54
Thanks: 2 times
Was thanked: 10 time(s) in 10 post(s)
Hello Michael,
The string values of the text in the .NET Winforms Annotations demo are already localized to the Strings.resx file. To change to a Japanese locale, you will want to either change the string values in this file, or reference a Japanese version of the file instead. The file is referenced in the constructor in StringManager.cs around line 529 and, coincidentally enough, there is code already present to reference Strings_jpn.resx for Japanese text should the FOR_JAPANESE build macro be set. I have included the corresponding file from our Japanese installer below. You will want to include this file and define the FOR_JAPANESE macro for the project. Note that this will only affect the application at build time and once the application has been built, you will not be able to change it. Let me know if you have any additional questions or concerns.
Josh Clark
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.