The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
37 views

How do I add a custom label via the Force.com IDE?

I am trying to save time by adding custom labels directly in the CustomLabels.labels file using the Force.com IDE. Say I have a label like this: <labels> ...
2
votes
2answers
186 views

Label does not get displayed

I am using a apex:inputField in my vf page. This apex:inputField is in page block with apex:inputField their is also a apex:selectOption, to reduce the space between these 2 fields i put them in a ...
3
votes
1answer
180 views

possible to access custom labels dynamically?

In apex you can reference a custom label with system.Label.labelName, but is there a more dynamic way to get a custom label for example system.Label.get(labelName)? I can't find anything like this in ...
1
vote
1answer
60 views

Need help on creating multilingual site

We have a requirement to create a force.com site in 2 languages english and spanish. We plan to use custom labels to display content on spanish but our content exceeds more than 5000 custom labels ...
9
votes
2answers
159 views

Custom Labels In Force.com Site

I have enabled Translations, with languages English and Russian. I have made one Custom Label and added a Russian translation. I have added that Custom Label to my Force.com Site. What do I need to ...
1
vote
3answers
516 views

Combine Custom settings with Custom Labels

Is there a way to combine custom settings with custom labels ? So that the output from a setting value would be a custom label ? To explain: In example, we have an international organisation, and ...