View previous topic :: View next topic |
Author |
Message |
Yemele
Joined: 17 Nov 2015 Posts: 11
|
Posted: Tue Nov 17, 2015 2:00 pm Post subject: Run scan |
|
|
Hello,
i am a new Globalizer user () and my company purchased a old version (GlobalizerSetup_3.5.3) and i have to get familiar with.
Please can you give me some input?
-how to scan the XAML with Globalizer
-how to scan the Hard-Code "String"
-how to create the .gxl file
-should i create manualy the Resources.resx file?
Thanky for help!
Richard[/list][/list] |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Tue Nov 17, 2015 9:45 pm Post subject: |
|
|
Follow the steps in the help under "Getting Started" to create a new Workspace and then add your Visual Studio project as a new Target. Once you have done this you can scan the project for translatable resources. This will find any XAML files in the project and (by default) convert them to use the ResxExtension to enable localization. Since this will make changes to your project files it is a good idea to backup your project before you do this.
Globalizer does not automatically scan or convert hard coded strings in your application code. You will need to add these strings to your projects Resources.resx and reference that in your code - see the following FAQ:
http://www.infralution.com/phpBB2/viewtopic.php?t=2173 _________________ Infralution Support |
|
Back to top |
|
|
Yemele
Joined: 17 Nov 2015 Posts: 11
|
Posted: Wed Nov 18, 2015 1:13 pm Post subject: Resx file not found |
|
|
Hello,
thanks for your reply...
I have another problem, in fact can not navigate to the resx-files from "Arbeitsbereich Navigator".
My project-tree look like that:
-Project
-ViewModel(folder)
-c#-file
-Views(folder)
-xaml-file
-rexs-files
i can not expand the xaml-files and the resx-file are located inside...
Cheers,
Richard |
|
Back to top |
|
|
Yemele
Joined: 17 Nov 2015 Posts: 11
|
Posted: Wed Nov 18, 2015 1:25 pm Post subject: resx file not found |
|
|
Hello,
thanks for your reply...
I have another problem, in fact can not navigate to the resx-files from "Arbeitsbereich Navigator".
My project-tree look like that:
ProjectViewModel(folder)Views(folder)
I can not expand the xaml-files and the resx-file are located inside...
Cheers,
Richard |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Wed Nov 18, 2015 10:32 pm Post subject: |
|
|
I'm not sure exactly what you are trying to do.
Did you scan your project?
Did it convert your XAML to use ResxExtension and create the resx files in your Visual Studio solution? _________________ Infralution Support |
|
Back to top |
|
|
|