J
Jules
i'm working with translators that just want to translate "web pages" and not
deal with resource files. i'd like to have a file structure that looks sort
of like this:
/ <- root directory where all .cs files live
/en-US/ <- english specific directory which contains aspx and ascx files
only
/jp-JP/ <- japaneses specific directory which contains aspx and ascx files
only
i'm having trouble getting Visual Studio to load the .aspx file if they are
not in the same directory as the .cs files.
is this possible? am i forced to use resource files for
internationalization?
thanks
deal with resource files. i'd like to have a file structure that looks sort
of like this:
/ <- root directory where all .cs files live
/en-US/ <- english specific directory which contains aspx and ascx files
only
/jp-JP/ <- japaneses specific directory which contains aspx and ascx files
only
i'm having trouble getting Visual Studio to load the .aspx file if they are
not in the same directory as the .cs files.
is this possible? am i forced to use resource files for
internationalization?
thanks