Localizing the Browse Dialog


Author
Message
fparker
fparker
StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)StrataFrame Beginner (49 reputation)
Group: Forum Members
Posts: 31, Visits: 199
What is the recommended way to localize the search field captions and the column headings on the results grid of the Browse Dialog?  In addition, what is the best way to localize the standard components of the Browse Dialog? I see that the control offers properties for setting the text of all of its components but I don't see any localization keys.  Do I need to use the RetrieveTextValue method in my code and then set the Browse Dialog's Text properties as appropriate?  Thanks for your help.

Fran Parker

Replies
Fabian R Silva, -
Fabian R Silva, -
StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)
Group: StrataFrame Users
Posts: 153, Visits: 1.2K
Thanks for all Trent, Ben and all the people of this great forum.



I leave the localization stuff for a time while trying to build my aplication and I don´t sure why when I put a Localization Key on a custom login, a problem appears :/ (I thinked that it was resolved setting to use the 2058 localization code)

the debug message is "The specified key [UsuarioyClaveTitulo] was not found within the localization database". I try what you recommend:



Sub GetManifestResourceNames()

For Each lcString As String In System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceNames()

System.Diagnostics.Debug.WriteLine(lcString)

Next

End Sub



result: I see that Message_Languages.xml appears but not Messages_2058.xml

I try to quit and add it again to the project but nothing changed



I add it to both projects I have (Presentation and bussiness objects), but I think it have to be on the BO project, but anyway on both of them can´t see the xml embedded, any idea? meanwhile I continue trying.



Thanks



- Fabian



Fabian R Silva, -
Fabian R Silva, -
StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)StrataFrame User (317 reputation)
Group: StrataFrame Users
Posts: 153, Visits: 1.2K
Forgive it, I not select Messages_2058.XML on the project and change the property "Build Action" to "Embedded Resource" on it



Sorry Blush
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
No problem, glad you found it Smile
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
fparker - 18 Years Ago
Trent L. Taylor - 18 Years Ago
fparker - 18 Years Ago
Trent L. Taylor - 18 Years Ago
Fabian R Silva, - - 18 Years Ago
Trent L. Taylor - 18 Years Ago
                         I using Windows XP with a regional configuration "Español - Argentina"...
Fabian R Silva, - - 18 Years Ago
                             After looking at the translation project, we have the Spanish versions...
Trent L. Taylor - 18 Years Ago
                             Hi Fabian. Try the: MicroFour.StrataFrame.UI. Localization...
Ivan George Borges - 18 Years Ago
                             Trent, with 2058 worked, I don´t known why with 11274 doesn´t work....
Fabian R Silva, - - 18 Years Ago
                                 thanks Ivan 2058 worked OK :) thanks again Trent with my basic...
Fabian R Silva, - - 18 Years Ago
                                     note on the ivan picture on the picture 2 say "Gravar"and in spanish...
Fabian R Silva, - - 18 Years Ago
                                         How about we just fix the problem and then give you the updated...
Trent L. Taylor - 18 Years Ago
                                 The Messages_XXX.xml file generally does not reside on the root of the...
Trent L. Taylor - 18 Years Ago
                                     Thanks for all Trent, Ben and all the people of this great forum....
Fabian R Silva, - - 18 Years Ago
                                         Forgive it, I not select Messages_2058.XML on the project and change...
Fabian R Silva, - - 18 Years Ago
                                             No problem, glad you found it :)
Trent L. Taylor - 18 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search