I made one custom webpart here i m displaying the map. when i click on marker than the information of that particular location come in pop-up and all data come from custom table. i get all the details but i am not able to retrieve image.so can u please tell me that how can i solve this issue. The below code i written in Localization.
<div class="row addresloc"> <div class="col-md-4 col-sm-4 map-img"> <img style="width:100%;" src="location_map_img">
{1}
{2}
Directions
</div> </div> <div class="row"> <div class="col-md-5 col-sm-5 contact"> <h4>Contact</h4> <p>Monday-Friday {3}</p> <p>Saturday: {3}</p> <p>Sunday: Closed</p> </div> <div class="col-md-7 col-sm-7 features"> <h4>Features</h4> <p>24H Drive Up & Lobby:{4}</p> <p>Coin Machine:{5}</p> <p>Notary Service:{6}</p> </div> </div>
It will be look like this image
Thanks
In C# you can use: ResHelper.GetString("localization_string_key") In K# macro you can use: {$ localization_string_key $}
ResHelper.GetString("localization_string_key")
{$ localization_string_key $}
According to your requirement just use K# macro.
Like {$ Resource_string $}
{$ Resource_string $}
and create resource string from Localization Application of kentico.
Please, sign in to be able to submit a new answer.