for a client solution, we are building a structure of RESOURCE files following the RESX standard (or trying to) in an app based on Node
in the specifications we do not see any usage of labels ending with .text, while in the system all resources looks like:
<data name="lbl_HelloWorld.Text" xml:space="preserve">
<value>HELL WORLD!!</value>
</data>
is that .text necessary?
is something specific to our client actual system ? (by the way, it is a DNN / DotNetNuke implementation)
example of posts where it is told about the .text thing:
while in the Microsoft pages nothing is told about the .Text thing: