asp.net : share resx file ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steph

    asp.net : share resx file ?

    hello,
    i have a lot (big) of aspx files... and i want only one resx file for
    share translation text...

    if use "GetLocalResour ceObject" for, manually, get a specific text, but
    i want specify a global file name for automatic c# batch
    (meta:resourcek ey="mytext")
    like : "SetLocalResour ceObject("mytex t.aspx");"

    how do ?

    thanks
Working...