I am us a 'SearchBoxEX' control on my site. Since my site has a language variation, I use a resource files to specify the 'SearchResultPageURL' property.
The page is located on the root of each variation:
ie. "http://.../en-US/SearchResults.aspx" ie. "http://.../fr-FR/SearchResults.aspx"
How do I specify the URL in my resource such that it is a relative URL that will always point to the correct 'SearchResults.aspx' regardless on which sub-site I may be on.