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
|