0
ojarana created
2 Answer(s)
-
0
From the documentation on Localization:
If a given string is not defined anywhere, then it returns the given string by humanizing and wrapping it with [ and ] by default (instead of throwing an Exception). Example: If a given text is "ThisIsMyText", then the result will be "[This is my text]". This behavior is configurable (you can use the Configuration.Localization in the PreInitialize method of your module to change it).
You can add the localization to your localization XML file.
-
0
Tool only modifies the English localization file. To add Spanish localization, look at @aaron's answer.